diff --git a/src/components/TeamAvatars.vue b/src/components/TeamAvatars.vue index b7565ff..0152527 100644 --- a/src/components/TeamAvatars.vue +++ b/src/components/TeamAvatars.vue @@ -113,6 +113,7 @@ watch( } .player > image { width: 100%; + min-height: 100%; } .player > text { position: absolute; diff --git a/src/pages/battle-result.vue b/src/pages/battle-result.vue index dbe6c8b..4933045 100644 --- a/src/pages/battle-result.vue +++ b/src/pages/battle-result.vue @@ -24,7 +24,7 @@ onLoad(async (options) => { const myId = user.value.id; if (options.battleId) { const result = await getGameAPI( - options.battleId || "BATTLE-1755230224461209000-539" + options.battleId || "BATTLE-1755841244966457660-735" ); data.value = { ...result, @@ -129,14 +129,19 @@ const checkBowData = () => { 斩获{{ data.mvps[0].totalRings }} - + { }" > {}); src="https://static.shelingxingqiu.com/attachment/2025-08-13/dc0x1p59iab6cvbhqc.png" mode="widthFix" /> - + +