From a378479782c5e7c89272e174b1db1102a8c8dc60 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Thu, 13 Nov 2025 10:44:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=83=A8=E5=88=86=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/config.json | 8 ++++---- src/App.vue | 3 ++- src/views/BattleRanking.vue | 1 - 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/config.json b/data/config.json index e558db5..ca91fc7 100644 --- a/data/config.json +++ b/data/config.json @@ -362,7 +362,7 @@ "columnWidths": { "rank": 60, "avatar": 60, - "name": 1, + "name": 100, "score": 80, "level": 80, "department": 1, @@ -378,8 +378,8 @@ }, "columnWidths": { "rank": 60, - "name": 1, - "score": 80, + "name": 150, + "score": 120, "memberCount": 60, "leader": 1, "bonus": 80 @@ -399,7 +399,7 @@ "decayTime": 0.3, "type1": "sine", "type2": "triangle", - "enabled": true + "enabled": false }, "animation": { "beatInterval": 200, diff --git a/src/App.vue b/src/App.vue index c15d605..11c8d86 100644 --- a/src/App.vue +++ b/src/App.vue @@ -74,15 +74,16 @@ .banner-left, .banner-right { scale: 0.4; - top: 60px; } .banner-left { margin-left: -28px; + top: 60px; } .banner-right{ margin-right: -28px; + top: 36px; } /* 移动设备上的logo样式 - 保持相对于content-container定位 */ diff --git a/src/views/BattleRanking.vue b/src/views/BattleRanking.vue index 48f3a74..35f2eae 100644 --- a/src/views/BattleRanking.vue +++ b/src/views/BattleRanking.vue @@ -1034,7 +1034,6 @@ onUnmounted(() => { /* 主容器 */ .battle-ranking { - padding-bottom: 30px; min-height: 100vh; position: relative; }