From 874092a0d239962de47a0427346c91e5f2b1fe8b Mon Sep 17 00:00:00 2001 From: tsui110 Date: Sun, 4 Jan 2026 14:06:37 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=89=AB=E9=9B=B7=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E5=A4=B4=E5=83=8F=E5=8D=A0=E6=AF=94=E7=BC=A9?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages-game/game/minesweeper/play.scss | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/pages-game/game/minesweeper/play.scss b/pages-game/game/minesweeper/play.scss index fa239e3..16cf127 100644 --- a/pages-game/game/minesweeper/play.scss +++ b/pages-game/game/minesweeper/play.scss @@ -760,18 +760,28 @@ &.me { background: rgba($brand-primary, 0.1); border-color: rgba($brand-primary, 0.3); - min-width: 280rpx; + min-width: 220rpx; height: 140rpx; - padding: $spacing-md; + padding: $spacing-sm $spacing-md; .avatar { - width: 80rpx; - height: 80rpx; - font-size: 44rpx; + width: 64rpx; + height: 64rpx; + font-size: 36rpx; } .username { - font-size: $font-sm; + font-size: $font-xs; + } + + .player-info { + gap: 4rpx; + } + + .hp-bar { + .heart { + font-size: 20rpx; + } } }