From 8f4fab2ff480bdd79629ff1f64ea1a9f0a41b120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Wed, 1 Mar 2023 21:30:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B2=89=E6=B5=B8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 5 +++-- src/components/layout/layout.vue | 6 +----- src/pages/auth/auth.vue | 6 ++++-- src/pages/index/index.vue | 2 +- src/pages/member/member.vue | 6 +++--- 5 files changed, 12 insertions(+), 13 deletions(-) diff --git a/src/App.vue b/src/App.vue index 63c649c..a600aa2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -62,6 +62,8 @@ export default { } // 沉浸样式 .immerse-image { + position: absolute; + top: 0; width: 100%; line-height: 0; .image { @@ -70,8 +72,7 @@ export default { } } .immerse-main { - position: absolute; - top: 0; + position: relative; width: 100%; box-sizing: border-box; .head-title { diff --git a/src/components/layout/layout.vue b/src/components/layout/layout.vue index 497b959..eecee85 100644 --- a/src/components/layout/layout.vue +++ b/src/components/layout/layout.vue @@ -1,5 +1,5 @@