From 0ebc5a22371d02a5175cf287f7c49e59605f1079 Mon Sep 17 00:00:00 2001 From: hajimi Date: Mon, 3 Aug 2026 03:03:09 +0800 Subject: [PATCH] style: compact lottery hall tabs --- .../pages/lottery_analysis/lottery_analysis.vue | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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; +}