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; }