From 7a9439567fda2ab2a2f6f601f067930a75cec599 Mon Sep 17 00:00:00 2001 From: kron Date: Fri, 22 Aug 2025 16:04:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TeamAvatars.vue | 1 + src/pages/battle-result.vue | 23 ++++++++++++++--------- src/pages/battle-room.vue | 3 ++- 3 files changed, 17 insertions(+), 10 deletions(-) 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" /> - + +