From 7d503c09e039471d2a99f4b954576898e6dfed05 Mon Sep 17 00:00:00 2001
From: zhangyibo95 <690096405@qq.com>
Date: Fri, 15 May 2026 09:58:25 +0800
Subject: [PATCH] =?UTF-8?q?update=EF=BC=9A=E4=BC=98=E5=8C=96=E8=B5=9B?=
=?UTF-8?q?=E5=AD=A3=E5=88=87=E6=8D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/ranking.vue | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/pages/ranking.vue b/src/pages/ranking.vue
index bd75ee9..f5ec941 100644
--- a/src/pages/ranking.vue
+++ b/src/pages/ranking.vue
@@ -323,6 +323,7 @@ onShow(async () => {
>
{{ seasonName }}
{
.ranking-season > image {
width: 12px;
height: 12px;
+ transform: rotateX(180deg);
}
.ranking-season > text {
@@ -807,18 +809,18 @@ onShow(async () => {
}
.season-list {
- background-color: #000c;
+ background-color: rgba(0, 0, 0, 0.8);
border-radius: 15px;
color: #fff;
font-size: 12px;
- padding: 5px 0;
+ padding: 12px 0;
position: absolute;
width: 220rpx;
height: auto;
max-height: 400rpx;
overflow: hidden;
overflow-y: auto;
- top: -44rpx;
+ top: -42rpx;
right: -30rpx;
letter-spacing: 2px;
z-index: 10;
@@ -829,7 +831,7 @@ onShow(async () => {
display: flex;
align-items: center;
word-break: keep-all;
- padding: 20rpx 0;
+ padding: 20rpx 10rpx;
}
.season-list > view > text {