增加字体大小设置

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
@@ -53,7 +53,7 @@ export default {
}
.section-title {
font-size: 14px;
font-size: $font-size-md;
font-weight: 500;
color: #333;
}
@@ -64,7 +64,7 @@ export default {
}
.empty-text {
font-size: 13px;
font-size: $font-size-base;
color: #999;
}
@@ -77,12 +77,12 @@ export default {
border-radius: 8px;
margin-bottom: 10px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
font-size: 13px;
font-size: $font-size-base;
padding: 12px;
}
.record-text {
font-size: 13px;
font-size: $font-size-base;
color: #333;
flex: 1;
overflow: hidden;
+5 -5
View File
@@ -54,13 +54,13 @@ export default {
}
.section-title {
font-size: 14px;
font-size: $font-size-md;
font-weight: 500;
color: #333;
}
.clear-btn {
font-size: 13px;
font-size: $font-size-base;
color: #666;
padding: 4px 12px;
}
@@ -71,7 +71,7 @@ export default {
}
.empty-text {
font-size: 13px;
font-size: $font-size-base;
color: #999;
}
@@ -80,7 +80,7 @@ export default {
border-radius: 8px;
// margin: 0 16px 10px;
box-shadow: 0 1px 3px rgba(0,0,0,0.08);
font-size: 13px;
font-size: $font-size-base;
padding: 12px;
}
@@ -117,7 +117,7 @@ export default {
}
.record-time {
font-size: 12px;
font-size: $font-size-xs;
color: #999;
min-width: 70px;
text-align: right;