From 52fe4687b0bd398e12b748daf1562c2e54e37536 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 17 Jun 2021 10:35:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=B7=A6=E4=BE=A7=E8=8F=9C=E5=8D=95=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/layout/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index 0ff45e8d3a..d2841ae1fc 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -120,6 +120,7 @@ export default { .sidebar-container { width: 100% !important; position: initial !important; + height: calc(100vh - 80px) !important; } }