From b2e4937c6995866b5499960626ea55c1ec975a29 Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Fri, 6 Sep 2024 20:43:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(app):=20=E5=A4=96=E5=B1=82=E5=85=83?= =?UTF-8?q?=E7=B4=A0=E6=B7=BB=E5=8A=A0=20position?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.vue b/src/App.vue index bfdde2a..0cede03 100644 --- a/src/App.vue +++ b/src/App.vue @@ -188,6 +188,7 @@ html { .app-view-header { display: flex; align-items: center; + position: relative; padding: 0 16px; height: 64px; background-color: #FFF; @@ -203,6 +204,7 @@ html { .app-view-content { flex-grow: 1; + position: relative; padding: 20px; width: 100%; height: 0;