From 9b124e178f74d8d3a1a8add1b762fd4af63bdc1f Mon Sep 17 00:00:00 2001 From: SiYuan <863909694@qq.com> Date: Wed, 6 Mar 2024 11:39:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9HTML=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/resources/data/template.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/resources/data/template.html b/app/resources/data/template.html index bf532ae..608178f 100644 --- a/app/resources/data/template.html +++ b/app/resources/data/template.html @@ -39,8 +39,8 @@ body { .page { display: flex; flex-direction: row; - width: 80%; - height: 80%; + width: 100%; + height: 100%; max-width: 1200px; box-shadow: 1px 1px 3px #ebebeb; border-radius: 5px; @@ -88,7 +88,7 @@ body { } .page .main-body .nav-bar { - height: 180px; + height: 80px; display: flex; flex-direction: row; justify-content: center;