style: optimizing style issues (#4289)

This commit is contained in:
Vben
2024-08-31 14:11:01 +08:00
committed by GitHub
parent 071cc0dcec
commit 2b0aedbaba
19 changed files with 77 additions and 58 deletions

View File

@@ -136,7 +136,7 @@
}
.card-box {
@apply bg-card text-card-foreground border-border rounded-xl border shadow;
@apply bg-card text-card-foreground border-border rounded-xl border;
}
}

View File

@@ -7,7 +7,7 @@
--background: 0 0% 100%;
/* 主体区域背景色 */
--background-deep: 210 11.11% 96.47%;
--background-deep: 216 20.11% 95.47%;
--foreground: 210 6% 21%;
/* Background color for <Card /> */
@@ -77,7 +77,7 @@
/* ============= custom ============= */
/* 遮罩颜色 */
--overlay: 0 0% 0% / 30%;
--overlay: 0 0% 0% / 45%;
/* 基本文字大小 */
--font-size-base: 16px;