Merge branch 'master' of https://gitee.com/yudaocode/yudao-ui-admin-vben into cleaning
This commit is contained in:
@@ -14,8 +14,9 @@
|
||||
}
|
||||
|
||||
html {
|
||||
@apply text-foreground font-sans text-[100%];
|
||||
@apply text-foreground bg-background font-sans;
|
||||
|
||||
font-size: var(--font-size-base, 16px);
|
||||
font-variation-settings: normal;
|
||||
line-height: 1.15;
|
||||
|
||||
@@ -171,7 +172,6 @@
|
||||
border-radius: 2rem !important;
|
||||
box-shadow: var(--glass-shadow) !important;
|
||||
backdrop-filter: blur(24px) !important;
|
||||
backdrop-filter: blur(24px) !important;
|
||||
transition: all 0.3s ease-out !important;
|
||||
}
|
||||
|
||||
@@ -239,7 +239,6 @@
|
||||
border: 1px solid rgb(var(--glass-border)) !important;
|
||||
border-radius: 1.5rem !important;
|
||||
backdrop-filter: blur(24px) !important;
|
||||
backdrop-filter: blur(24px) !important;
|
||||
}
|
||||
|
||||
/* 表头样式 */
|
||||
@@ -247,7 +246,6 @@
|
||||
div.vxe-table--header-wrapper {
|
||||
background: rgb(255 255 255 / 30%) !important;
|
||||
backdrop-filter: blur(16px) !important;
|
||||
backdrop-filter: blur(16px) !important;
|
||||
}
|
||||
|
||||
.vxe-header--column,
|
||||
@@ -306,7 +304,6 @@
|
||||
.glass-card {
|
||||
background: rgb(var(--glass-surface));
|
||||
backdrop-filter: blur(24px);
|
||||
backdrop-filter: blur(24px);
|
||||
}
|
||||
|
||||
/* 玻璃边框 */
|
||||
|
||||
@@ -110,6 +110,7 @@
|
||||
|
||||
/* 基本文字大小 */
|
||||
--font-size-base: 16px;
|
||||
--menu-font-size: calc(var(--font-size-base) * 0.875);
|
||||
|
||||
/* =============component & UI============= */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user