From bc62fa197b76b6b26ee50c7f5f34c4386c09282e Mon Sep 17 00:00:00 2001 From: jinhhanhan <1683105490@qq.com> Date: Sat, 29 Nov 2025 11:46:08 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=E6=94=B9=E5=8A=A8=E4=BA=86?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/BattleRanking.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/views/BattleRanking.vue b/src/views/BattleRanking.vue index 7193d7e..df79522 100644 --- a/src/views/BattleRanking.vue +++ b/src/views/BattleRanking.vue @@ -49,10 +49,6 @@
总战绩 - 总战绩
@@ -1413,7 +1409,6 @@ onUnmounted(() => { @media (max-width: 768px) { .total-score-total-image { - width: 280px !important; /* 调整总战绩图片大小,覆盖内联样式 */ width: 340px !important; /* 调整总战绩图片大小,覆盖内联样式 */ } @@ -1928,7 +1923,6 @@ onUnmounted(() => { position: relative; margin-top: 0.8rem; max-height: 420px; - max-height: 420px; // 只对左侧战区的.rank-table生效(通过父容器限定) .team-rankings-container & { -ms-overflow-style: none; /* IE/Edge 隐藏 */ @@ -2107,7 +2101,6 @@ onUnmounted(() => { } .score-value { - font-size: calc(var(--individual-champion-font-size, 5rem) * 2); font-size: calc(var(--individual-champion-font-size, 6rem) * 2); font-weight: bold; color: #fff2c4;