From b3c6761fbe4b072f170115737f562fab87133806 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Wed, 21 Feb 2024 00:17:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E6=A0=B7=E5=BC=8F=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 7c69516..2b63902 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -176,7 +176,7 @@ function toggleSidebar() { } .main-container { - min-height: (100vh - $navbar-height); + min-height: calc(100vh - $navbar-height); padding-top: $navbar-height; margin-left: 0; }