diff --git a/fast-develop-web/fast-develop-editor/src/fast-develop/src/css/style1.css b/fast-develop-web/fast-develop-editor/src/fast-develop/src/css/style1.css index 8013ff0b64964532e3632bcaa1f99703785537e0..0973a7bd5127cd3743b06c1f71d38a5d6a32acd7 100644 --- a/fast-develop-web/fast-develop-editor/src/fast-develop/src/css/style1.css +++ b/fast-develop-web/fast-develop-editor/src/fast-develop/src/css/style1.css @@ -1066,17 +1066,26 @@ ul.layui-menu { } /* 悬浮遮盖 */ -.cxd-Tooltip { - margin-top: 45px !important +.cxd-Tooltip--bottom { + margin-top: 45px !important; +} + +.cxd-Tooltip--top { + margin-top: 25px !important; } -/* .cxd-PopOver { - margin-top: 45px !important -} */ .amis-scope .cxd-Page { width: 100%; max-height: 400px !important; height: 100%; background: var(--Page-main-bg); +} + +.amis-scope .cxd-Crud-pageSwitch { + height: 340px !important; +} + +.amis-scope .cxd-Modal--2th .cxd-Modal-content { + height: 450px; } \ No newline at end of file diff --git a/fast-develop-web/fast-develop-editor/src/fast-develop/src/js/module/domain/domain_design.js b/fast-develop-web/fast-develop-editor/src/fast-develop/src/js/module/domain/domain_design.js index f4f78c11e03547c8bb8ce61e3d42966e3db8419e..ba4b932a3bfaf60a57762d71268a060b29b68569 100644 --- a/fast-develop-web/fast-develop-editor/src/fast-develop/src/js/module/domain/domain_design.js +++ b/fast-develop-web/fast-develop-editor/src/fast-develop/src/js/module/domain/domain_design.js @@ -494,7 +494,7 @@ layui.define(['element', 'api', 'fast_config', 'domain_design_business', 'domain "type": "input-table", "label": "", "name": "voList", - "draggable": true, + "draggable": false, "columns": [ { "label": "模型", @@ -607,7 +607,7 @@ layui.define(['element', 'api', 'fast_config', 'domain_design_business', 'domain "type": "input-table", "label": "", "name": "relation", - "draggable": true, + "draggable": false, "columns": [ { "label": "关联模型",