From 66335c3880ce1edebe12003157a2c76bf72b7f4d Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 21 Jul 2021 17:53:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=BB=9A=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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/layout/index.vue b/frontend/src/layout/index.vue index d2841ae1fc..313ed1ff09 100644 --- a/frontend/src/layout/index.vue +++ b/frontend/src/layout/index.vue @@ -121,6 +121,8 @@ export default { width: 100% !important; position: initial !important; height: calc(100vh - 80px) !important; + overflow-x: hidden !important; + overflow-y: auto !important; } }