修复H5/Pad模式预览时表单高度溢出窗口的问题。

master
vdpAdmin 2022-06-19 15:17:32 +08:00
parent 63ade5fb88
commit 531866d1c1
1 changed files with 4 additions and 0 deletions

View File

@ -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 {