3 Commits

Author SHA1 Message Date
Zhukj
0fdf92e924 chore:战区排名禁用滚轮 2025-11-29 09:10:58 +08:00
Zhukj
70ecd4fc67 Merge branch '111' into server
# Conflicts:
#	src/views/BattleRanking.vue
2025-11-28 15:50:59 +08:00
Zhukj
76f0153569 refactor:删除css空规则 2025-11-25 16:46:39 +08:00

View File

@@ -1922,7 +1922,7 @@ onUnmounted(() => {
overflow-y: auto;
position: relative;
margin-top: 0.8rem;
max-height: 420px;
max-height: 427px;
}
.table-header {
@@ -2067,6 +2067,7 @@ onUnmounted(() => {
gap: 15px;
}
/* 移除空的total-score-content规则集以避免SCSS警告 */
.total-score-item {
@@ -2100,7 +2101,7 @@ onUnmounted(() => {
/* 照片容器样式 */
.team-logo.photo-container {
overflow: hidden;
margin-top: -97px;
margin-top: -96px;
}
.individual-champion {