diff --git a/uniapp/src/pages/lottery_analysis/lottery_analysis.vue b/uniapp/src/pages/lottery_analysis/lottery_analysis.vue index f5c03a3..9010504 100644 --- a/uniapp/src/pages/lottery_analysis/lottery_analysis.vue +++ b/uniapp/src/pages/lottery_analysis/lottery_analysis.vue @@ -2083,4 +2083,19 @@ onReachBottom(() => { .ai-block__label { font-size: 18rpx; } .ai-block__text { font-size: 18rpx; } .ai-block__disclaimer { font-size: 16rpx; } + +/* hall-tabs 进一步收紧尺寸 */ +.hall-tabs { + height: 88rpx; + padding: 0 18rpx; +} + +.hall-tabs .hall-tab { + height: 88rpx; + font-size: 27rpx; +} + +.hall-tabs .hall-tab--active::after { + height: 4rpx; +}