修复H5/Pad模式预览时表单高度溢出窗口的问题。
parent
63ade5fb88
commit
531866d1c1
|
@ -745,6 +745,8 @@
|
||||||
//border-width: 10px;
|
//border-width: 10px;
|
||||||
box-shadow: 0 0 1px 10px #495060;
|
box-shadow: 0 0 1px 10px #495060;
|
||||||
height: calc(100vh - 142px);
|
height: calc(100vh - 142px);
|
||||||
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-render-wrapper.pad-layout {
|
.form-render-wrapper.pad-layout {
|
||||||
|
@ -754,6 +756,8 @@
|
||||||
//border-width: 10px;
|
//border-width: 10px;
|
||||||
box-shadow: 0 0 1px 10px #495060;
|
box-shadow: 0 0 1px 10px #495060;
|
||||||
height: calc(100vh - 142px);
|
height: calc(100vh - 142px);
|
||||||
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-tree-drawer ::v-deep {
|
.node-tree-drawer ::v-deep {
|
||||||
|
|
Loading…
Reference in New Issue