From cfb1b8cd7fef77eb9a8bf92725d9133d681336bd Mon Sep 17 00:00:00 2001 From: kron Date: Wed, 23 Jul 2025 14:31:21 +0800 Subject: [PATCH] =?UTF-8?q?UI=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/AppBackground.vue | 1 + src/components/BowTarget.vue | 4 ++-- src/components/ShootProgress.vue | 19 ++++++++++++------- src/pages/battle-room.vue | 2 +- src/pages/melee-match.vue | 2 ++ src/static/app-bg2.png | Bin 119890 -> 114078 bytes src/static/shooter.png | Bin 8231 -> 7003 bytes 8 files changed, 19 insertions(+), 11 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3228398..79793a3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -189,7 +189,7 @@ button::after { align-items: center; justify-content: space-between; padding: 0 15px; - padding-top: 20px; + padding-top: 10px; position: relative; } .half-time-tip { diff --git a/src/components/AppBackground.vue b/src/components/AppBackground.vue index d060f2a..160c042 100644 --- a/src/components/AppBackground.vue +++ b/src/components/AppBackground.vue @@ -34,6 +34,7 @@ const props = defineProps({ left: 0; top: 0; z-index: -1; + background-color: #050b19; } .bg-image { diff --git a/src/components/BowTarget.vue b/src/components/BowTarget.vue index 5efddb1..16a2340 100644 --- a/src/components/BowTarget.vue +++ b/src/components/BowTarget.vue @@ -199,7 +199,7 @@ const simulShoot2 = async () => {