圆角修改

This commit is contained in:
筱野
2025-12-02 21:42:34 +08:00
parent eb485c92b3
commit 159b4ab1d2

View File

@@ -1,6 +1,10 @@
@use '~@/scss/themeColor.scss' as theme; @use '~@/scss/themeColor.scss' as theme;
.aiImportPopup { .aiImportPopup {
background-color: #fff;
&:global(.nut-popup-bottom.nut-popup-round) {
border-radius: 20px 20px 0 0!important;
}
.popupContent { .popupContent {
width: 100%; width: 100%;
background: #fff; background: #fff;