feat: 完成70%全局样式与可读性优化

This commit is contained in:
rain
2026-07-31 11:27:15 +08:00
parent 96524e4d6c
commit 555aa00043
116 changed files with 1928 additions and 1169 deletions
+5 -2
View File
@@ -17,7 +17,7 @@
mode="aspectFit"
aria-hidden="true"
/>
<text :class="['tab-label', { active: active === item.key }]">{{
<text :class="['tab-label', 'app-single-line', { active: active === item.key }]">{{
item.label
}}</text>
</button>
@@ -77,6 +77,7 @@ const switchRoot = (item) => {
.tab-item {
display: flex;
min-width: 0;
min-height: 88rpx;
flex: 1;
flex-direction: column;
@@ -104,10 +105,12 @@ const switchRoot = (item) => {
}
.tab-label {
max-width: 100%;
color: $ink-muted;
font-size: 30rpx;
font-size: clamp(17px, 30rpx, 22px);
letter-spacing: 2rpx;
line-height: 1.2;
text-align: center;
}
.tab-label.active {