From e27bd0b5202582ce007583b9343a261c6cdbd7a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=91=E8=8F=87?= Date: Wed, 27 Nov 2024 06:28:24 +0000 Subject: [PATCH] update src/App.vue. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 蘑菇 --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 292f088..342f9d6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,7 +8,7 @@ .app { width: 100vw; height: 100vh; - background-color: #020308; + background-color: #020308;1 overflow: hidden; } -- Gitee