chore: 部分功能优化

This commit is contained in:
2025-11-13 10:44:07 +08:00
parent 6f278c2330
commit a378479782
3 changed files with 6 additions and 6 deletions

View File

@@ -362,7 +362,7 @@
"columnWidths": { "columnWidths": {
"rank": 60, "rank": 60,
"avatar": 60, "avatar": 60,
"name": 1, "name": 100,
"score": 80, "score": 80,
"level": 80, "level": 80,
"department": 1, "department": 1,
@@ -378,8 +378,8 @@
}, },
"columnWidths": { "columnWidths": {
"rank": 60, "rank": 60,
"name": 1, "name": 150,
"score": 80, "score": 120,
"memberCount": 60, "memberCount": 60,
"leader": 1, "leader": 1,
"bonus": 80 "bonus": 80
@@ -399,7 +399,7 @@
"decayTime": 0.3, "decayTime": 0.3,
"type1": "sine", "type1": "sine",
"type2": "triangle", "type2": "triangle",
"enabled": true "enabled": false
}, },
"animation": { "animation": {
"beatInterval": 200, "beatInterval": 200,

View File

@@ -74,15 +74,16 @@
.banner-left, .banner-left,
.banner-right { .banner-right {
scale: 0.4; scale: 0.4;
top: 60px;
} }
.banner-left { .banner-left {
margin-left: -28px; margin-left: -28px;
top: 60px;
} }
.banner-right{ .banner-right{
margin-right: -28px; margin-right: -28px;
top: 36px;
} }
/* 移动设备上的logo样式 - 保持相对于content-container定位 */ /* 移动设备上的logo样式 - 保持相对于content-container定位 */

View File

@@ -1034,7 +1034,6 @@ onUnmounted(() => {
/* 主容器 */ /* 主容器 */
.battle-ranking { .battle-ranking {
padding-bottom: 30px;
min-height: 100vh; min-height: 100vh;
position: relative; position: relative;
} }