diff --git a/frontend/pages/square/components/StarGalaxy/PodiumCard.vue b/frontend/pages/square/components/StarGalaxy/PodiumCard.vue index f77689e..379daa8 100644 --- a/frontend/pages/square/components/StarGalaxy/PodiumCard.vue +++ b/frontend/pages/square/components/StarGalaxy/PodiumCard.vue @@ -39,7 +39,8 @@ function handleClick() { display: flex; align-items: center; justify-content: center; - // 宽高交给各 .podium-N 自由控制(不设默认值) + width: 60vw; + height: 320rpx; } /* TOP 1: 中央大卡(最大) */ @@ -47,8 +48,6 @@ function handleClick() { top: 400rpx; left: 50%; transform: translateX(-50%); - width: 240rpx; - height: 320rpx; &::before { content: ""; position: absolute; @@ -76,8 +75,6 @@ function handleClick() { .podium-2 { top: 184rpx; left: -96rpx; - width: 200rpx; - height: 280rpx; &::before { content: ""; position: absolute; @@ -104,8 +101,6 @@ function handleClick() { .podium-3 { top: 152rpx; right: -96rpx; - width: 220rpx; - height: 260rpx; &::before { content: ""; position: absolute; diff --git a/frontend/pages/square/components/StarGalaxy/ScatteredRanks.vue b/frontend/pages/square/components/StarGalaxy/ScatteredRanks.vue index 05860b2..ad2cf58 100644 --- a/frontend/pages/square/components/StarGalaxy/ScatteredRanks.vue +++ b/frontend/pages/square/components/StarGalaxy/ScatteredRanks.vue @@ -28,8 +28,8 @@ @click="handleClick(items[i])" > - {{ formatLabel(p.rank) }} +