From e81c13edc1f5000668f45b6d27f3852466a9dd4c Mon Sep 17 00:00:00 2001 From: kron Date: Tue, 15 Jul 2025 18:24:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ranking.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/ranking.vue b/src/pages/ranking.vue index f4b123d..5bf1de9 100644 --- a/src/pages/ranking.vue +++ b/src/pages/ranking.vue @@ -443,6 +443,7 @@ onHide(() => { .data-progress > view > view { height: 5px; border-radius: 10px; + transition: width 0.3s ease; } .ranking-my-data > view:last-child { color: #39a8ff; @@ -553,6 +554,7 @@ onHide(() => { } .season-list > view > image { width: 12px; + height: 12px; margin-left: 10px; }