From 531866d1c1cc5c9c1f70fa38b238417e5004d41c Mon Sep 17 00:00:00 2001 From: vdpAdmin Date: Sun, 19 Jun 2022 15:17:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DH5/Pad=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E6=97=B6=E8=A1=A8=E5=8D=95=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E6=BA=A2=E5=87=BA=E7=AA=97=E5=8F=A3=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/form-designer/toolbar-panel/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/form-designer/toolbar-panel/index.vue b/src/components/form-designer/toolbar-panel/index.vue index bd348b6..13c5bd5 100644 --- a/src/components/form-designer/toolbar-panel/index.vue +++ b/src/components/form-designer/toolbar-panel/index.vue @@ -745,6 +745,8 @@ //border-width: 10px; box-shadow: 0 0 1px 10px #495060; height: calc(100vh - 142px); + overflow-y: auto; + overflow-x: hidden; } .form-render-wrapper.pad-layout { @@ -754,6 +756,8 @@ //border-width: 10px; box-shadow: 0 0 1px 10px #495060; height: calc(100vh - 142px); + overflow-y: auto; + overflow-x: hidden; } .node-tree-drawer ::v-deep {