From 536a86112a720b48af753680b8481bed2ec1c700 Mon Sep 17 00:00:00 2001 From: AIGC Developer Date: Tue, 21 Oct 2025 17:29:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=85=A8=E8=A6=86=E7=9B=96=E9=97=AE=E9=A2=98=20-=20?= =?UTF-8?q?=E7=A7=BB=E9=99=A4Login.vue=E4=B8=AD=E7=9A=84=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E5=86=B2=E7=AA=81=EF=BC=8C=E7=BB=9F=E4=B8=80=E7=94=B1App.vue?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/frontend/src/App.vue | 4 ++-- demo/frontend/src/views/Login.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demo/frontend/src/App.vue b/demo/frontend/src/App.vue index f1cd50e..4e1e108 100644 --- a/demo/frontend/src/App.vue +++ b/demo/frontend/src/App.vue @@ -83,7 +83,7 @@ body { width: 100vw; height: 100vh; min-height: 100vh; - z-index: -1; + z-index: -2; pointer-events: none; background-attachment: fixed; } @@ -107,7 +107,7 @@ main.with-navbar { width: 100vw; height: 100vh; min-height: 100vh; - z-index: 1000; + z-index: 1; background-attachment: fixed; } diff --git a/demo/frontend/src/views/Login.vue b/demo/frontend/src/views/Login.vue index e2562d5..6680bec 100644 --- a/demo/frontend/src/views/Login.vue +++ b/demo/frontend/src/views/Login.vue @@ -207,7 +207,7 @@ const handleLogin = async () => { min-height: 100vh; width: 100vw; height: 100vh; - background: url('/images/backgrounds/login.png') center/cover no-repeat; + background: transparent; position: fixed; top: 0; left: 0;