增加字体大小设置

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
+3 -3
View File
@@ -46,7 +46,7 @@ export default {
border-bottom: 1px solid #f0f0f0;
.page-title {
font-size: 18px;
font-size: $font-size-lg;
font-weight: 600;
color: #333333;
}
@@ -66,12 +66,12 @@ export default {
justify-content: space-between;
.item-name {
font-size: 15px;
font-size: $font-size-md;
color: #333333;
}
.item-code {
font-size: 14px;
font-size: $font-size-base;
color: #999999;
margin-left: auto;
}