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": {
"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,

View File

@@ -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定位 */

View File

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