From a4281b62dca720272a4639aa8510e02447c23570 Mon Sep 17 00:00:00 2001 From: iczer <1126263215@qq.com> Date: Sat, 3 Oct 2020 10:52:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20scroll=20problem=20of=20page;=20:bug:=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E9=A1=B5=E9=9D=A2=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/AdminLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/AdminLayout.vue b/src/layouts/AdminLayout.vue index ab684b5..4c8640c 100644 --- a/src/layouts/AdminLayout.vue +++ b/src/layouts/AdminLayout.vue @@ -151,7 +151,7 @@ export default { } .admin-layout-content{ padding: 24px 24px 0; - overflow-x: hidden; + /*overflow-x: hidden;*/ min-height: calc(100vh - 64px - 122px); } .setting{