hookehuyr

style: 调整订单页字体大小以优化视觉一致性

......@@ -73,7 +73,7 @@
.tab-item {
margin-right: 48rpx;
padding-bottom: 16rpx;
font-size: 32rpx; /* 增大字体 */
font-size: 30rpx; /* 增大字体 */
color: #6b7280;
position: relative;
cursor: pointer;
......@@ -154,7 +154,7 @@
}
.order-status {
font-size: 32rpx; /* 增大字体 */
font-size: 26rpx; /* 增大字体 */
font-weight: 500;
&.status-pending {
......