From ea18fa48d0fe2d9f2724f8fcccc8e872d18c7dfb Mon Sep 17 00:00:00 2001 From: hajimi Date: Mon, 3 Aug 2026 03:27:54 +0800 Subject: [PATCH] style: reduce next draw label size --- uniapp/src/pages/lottery_analysis/lottery_analysis.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uniapp/src/pages/lottery_analysis/lottery_analysis.vue b/uniapp/src/pages/lottery_analysis/lottery_analysis.vue index 00f4d0b..bf32987 100644 --- a/uniapp/src/pages/lottery_analysis/lottery_analysis.vue +++ b/uniapp/src/pages/lottery_analysis/lottery_analysis.vue @@ -2278,4 +2278,8 @@ onReachBottom(() => { width: 54rpx; height: 54rpx; } + +.latest-card__next-row { + font-size: 18rpx; +}