增加字体大小设置

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
+4 -4
View File
@@ -434,7 +434,7 @@ export default {
// 单位文本
.unit-text {
font-size: 14px;
font-size: $font-size-md;
color: #666;
margin-left: 8px;
}
@@ -443,7 +443,7 @@ export default {
.hazard-tag {
padding: 4rpx 16rpx;
border-radius: 4rpx;
font-size: 12px;
font-size: $font-size-xs;
color: #fff;
}
@@ -455,7 +455,7 @@ export default {
.btn-sm {
padding: 0 12px;
font-size: 13px;
font-size: $font-size-base;
height: 32px;
line-height: 32px;
}
@@ -476,7 +476,7 @@ export default {
}
.scan-status-text {
font-size: 13px;
font-size: $font-size-base;
color: #007AFF;
}