diff --git a/src/views/BattleRanking.vue b/src/views/BattleRanking.vue
index 5ebb2b3..7193d7e 100644
--- a/src/views/BattleRanking.vue
+++ b/src/views/BattleRanking.vue
@@ -49,6 +49,10 @@

+
@@ -1409,6 +1413,7 @@ onUnmounted(() => {
@media (max-width: 768px) {
.total-score-total-image {
+ width: 280px !important; /* 调整总战绩图片大小,覆盖内联样式 */
width: 340px !important; /* 调整总战绩图片大小,覆盖内联样式 */
}
@@ -1923,6 +1928,7 @@ onUnmounted(() => {
position: relative;
margin-top: 0.8rem;
max-height: 420px;
+ max-height: 420px;
// 只对左侧战区的.rank-table生效(通过父容器限定)
.team-rankings-container & {
-ms-overflow-style: none; /* IE/Edge 隐藏 */
@@ -2089,6 +2095,7 @@ onUnmounted(() => {
gap: 15px;
}
+/* 移除空的total-score-content规则集以避免SCSS警告 */
.total-score-item {
@@ -2100,6 +2107,7 @@ 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;