add 增加系统圆角配置,并将部分圆角样式改为使用变量

This commit is contained in:
lau
2026-04-01 23:41:44 +08:00
parent 38c67fba25
commit 029eb6636c
16 changed files with 55 additions and 27 deletions
+2 -2
View File
@@ -274,7 +274,7 @@ onMounted(() => {
.mix-topnav-popper.el-popper {
border: none !important;
border-radius: 18px !important;
border-radius: var(--app-radius-base) !important;
background: transparent !important;
box-shadow: none !important;
padding: 0 !important;
@@ -288,7 +288,7 @@ onMounted(() => {
min-width: 188px;
padding: 10px !important;
border: 1px solid var(--app-surface-border);
border-radius: 18px;
border-radius: var(--app-radius-base);
background: var(--app-surface-bg) !important;
box-shadow: var(--app-shadow-md);
}