增加字体大小设置

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
+7 -7
View File
@@ -184,14 +184,14 @@ export default {
color: #ffffff;
text-align: center;
padding: 8px 12px;
font-size: 14px;
font-size: $font-size-md;
font-weight: 600;
display: flex;
justify-content: space-between;
align-items: center;
}
.label-toggle {
font-size: 12px;
font-size: $font-size-xs;
font-weight: 400;
opacity: 0.9;
}
@@ -211,24 +211,24 @@ export default {
}
.label-section-title {
padding: 10px 0 6px;
font-size: 12px;
font-size: $font-size-xs;
font-weight: 600;
color: $primary-color;
border-bottom: 1px solid $border-light;
margin-bottom: 4px;
&:first-child { padding-top: 0; }
}
.label-key { color: $text-secondary; font-size: 13px; }
.label-val { color: $text-primary; font-size: 13px; font-weight: 500; }
.label-key { color: $text-secondary; font-size: $font-size-base; }
.label-val { color: $text-primary; font-size: $font-size-base; font-weight: 500; }
.label-code {
font-size: 11px !important;
font-size: $font-size-xs !important;
word-break: break-all;
text-align: right;
max-width: 60%;
}
.label-reprint {
text-align: center;
font-size: 20px;
font-size: $font-size-xl;
font-weight: 700;
color: $danger-color;
margin-top: 8px;