增加字体大小设置

This commit is contained in:
2026-07-03 11:45:16 +08:00
parent 451dd2330b
commit c3bd7960d0
28 changed files with 894 additions and 94 deletions
+2 -2
View File
@@ -327,7 +327,7 @@ export default {
align-items: center;
}
.data-card-toggle {
font-size: 12px;
font-size: $font-size-xs;
color: #999;
font-weight: 400;
}
@@ -338,7 +338,7 @@ export default {
.data-card-tag {
padding: 2px 8px;
border-radius: 4px;
font-size: 12px;
font-size: $font-size-xs;
&.orange {
background-color: #fff7e6;
color: #fa8c16;