feat: 字体大小16px替换全局变量

This commit is contained in:
duanshuwen
2025-10-06 17:35:29 +08:00
parent 637c5f674b
commit 56f7f9d426
13 changed files with 18 additions and 18 deletions

View File

@@ -48,7 +48,7 @@ $form-transition: all 0.2s ease;
.form-title {
margin-left: 8px;
font-size: 16px;
font-size: $uni-font-size-lg;
font-weight: 500;
color: $form-primary-color;
flex: 1;

View File

@@ -24,7 +24,7 @@
}
.order-title {
font-size: 16px;
font-size: $uni-font-size-lg;
color: $uni-text-color;
}

View File

@@ -5,7 +5,7 @@
.stepper-text {
width: 40px;
font-size: 16px;
font-size: $uni-font-size-lg;
color: $uni-text-color;
text-align: center;
}