From 50401c0427abb2ae2dbfaacdddcf1c7a35bb08b9 Mon Sep 17 00:00:00 2001 From: xiaoaojiao Date: Tue, 16 Sep 2025 20:49:48 +0800 Subject: [PATCH] merge --- src/components/Popup.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Popup.vue b/src/components/Popup.vue index 4e6d3bd..23ba570 100644 --- a/src/components/Popup.vue +++ b/src/components/Popup.vue @@ -75,14 +75,13 @@ const confirmBtn = () => { width: 77vw; height: 60vw; background-image: url('../assets/images/popup.webp'); - background-size: cover; + background-size: 100%; background-repeat: no-repeat; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; - min-height: -webkit-fill-available; } .scene-item { position: absolute;