diff --git a/src/views/BattleRanking.vue b/src/views/BattleRanking.vue index 271cfff..bf8408a 100644 --- a/src/views/BattleRanking.vue +++ b/src/views/BattleRanking.vue @@ -1922,7 +1922,7 @@ onUnmounted(() => { overflow-y: auto; position: relative; margin-top: 0.8rem; - max-height: 420px; + max-height: 427px; } .table-header { @@ -2101,7 +2101,7 @@ onUnmounted(() => { /* 照片容器样式 */ .team-logo.photo-container { overflow: hidden; - margin-top: -97px; + margin-top: -96px; } .individual-champion {