From 027e66c37ecaf381922eddbb64d36e988ca58a9c Mon Sep 17 00:00:00 2001 From: Zhukj <3262118957> Date: Tue, 25 Nov 2025 16:35:28 +0800 Subject: [PATCH 1/4] =?UTF-8?q?refactor:=E4=BF=AE=E6=94=B9=E6=88=98?= =?UTF-8?q?=E5=8C=BA=E4=B8=8E=E8=8B=B1=E9=9B=84=E6=A8=A1=E5=9D=97=E5=AF=B9?= =?UTF-8?q?=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/BattleRanking.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/BattleRanking.vue b/src/views/BattleRanking.vue index 07a7867..6309819 100644 --- a/src/views/BattleRanking.vue +++ b/src/views/BattleRanking.vue @@ -1157,12 +1157,12 @@ onUnmounted(() => { justify-content: center; text-align: center; padding: 15px; - margin-bottom: 10px; + margin-bottom: 0; } .team-logo { - font-size: 2rem; - margin-bottom: 5px; + font-size: 0; + margin-bottom: 0; display: inline-block; color: gold; } @@ -1590,7 +1590,7 @@ onUnmounted(() => { background: rgba(255, 255, 255, 0.95); border-radius: 20px; cursor: move; - z-index: 100; + z-index: 1000; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); transition: box-shadow 0.3s ease; } @@ -1839,7 +1839,7 @@ onUnmounted(() => { /* 前三名特殊背景色,增强亮度和对比度 - 确保英雄排名和战区排名样式一致 */ .team-rankings-container .table-row:nth-child(1), .individual-rankings-container .table-row:nth-child(1) { - background: linear-gradient(135deg, #ffd700, #ffed4a); + background: linear-gradient(135deg, #ffd700, #403f3c); color: #333; box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4); } @@ -1957,7 +1957,7 @@ onUnmounted(() => { /* 照片容器样式 */ .team-logo.photo-container { overflow: hidden; - margin-top: -40px; + margin-top: -97px; } .individual-champion { @@ -2442,7 +2442,7 @@ onUnmounted(() => { position: fixed; top: 360px; left: 720px; - z-index: 100; + z-index: 0; cursor: move; transition: transform 0.2s ease; } -- 2.49.1 From dbe9c877e01bee954021bfa22376bf8f81d33178 Mon Sep 17 00:00:00 2001 From: Zhukj <3262118957> Date: Wed, 26 Nov 2025 18:26:52 +0800 Subject: [PATCH 2/4] =?UTF-8?q?chore=EF=BC=9A=E4=BF=AE=E6=94=B9=E8=8B=B1?= =?UTF-8?q?=E9=9B=84=E6=A6=9C=E6=8E=92=E5=90=8D=E6=A8=A1=E5=9D=97=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=EF=BC=8C=E8=99=8E=E7=8B=BC=E4=B9=8B=E5=B8=88=E5=92=8C?= =?UTF-8?q?=E8=8B=B1=E9=9B=84=E6=A6=9C=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=EF=BC=8C=E6=88=98=E7=BB=A9=E5=9B=BE=E7=89=87=E5=92=8C=E6=80=BB?= =?UTF-8?q?=E6=88=98=E7=BB=A9=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/BattleRanking.vue | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/views/BattleRanking.vue b/src/views/BattleRanking.vue index 6309819..bbf6360 100644 --- a/src/views/BattleRanking.vue +++ b/src/views/BattleRanking.vue @@ -45,7 +45,10 @@
- 总战绩 + 总战绩
@@ -63,7 +66,8 @@
- 虎狼之师 + 虎狼之师
@@ -119,7 +123,8 @@
- 虎狼之师 + 虎狼之师
@@ -209,7 +214,7 @@