From 1cb7af4f66d0e95825dbb2d05973a4845bd862e2 Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Fri, 30 Aug 2024 13:29:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index ec351c8..467f38f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -155,15 +155,15 @@ html { } .app-view-content { + flex-grow: 1; padding: 20px; width: 100%; - height: 100%; + height: 0; background-color: #FFF; &.with-margin { margin: 20px; width: calc(100% - 40px); - height: calc(100% - 40px); border: 1px solid var(--color-border); } }