提交 08a62513 编写于 作者: doc_wei's avatar doc_wei

feat: 表单布局修改

上级 6b39d38c
......@@ -52,6 +52,8 @@ layui.config({
if (pageType == 'details') {
// 详情布局
item = dsFormUtil.loadComponentValueDetails('showForm', item, null);
$("#syncOtherOage").remove()
$("#disabledEdit").remove()
} else {
// 新增和编辑布局
item = dsFormUtil.loadComponent('showForm', item);
......
......@@ -2331,7 +2331,7 @@ hr,
z-index: 9999;
min-width: 100%;
border: 1px solid #d2d2d2;
max-height: 300px;
max-height: 200px;
overflow-y: auto;
background-color: #fff;
border-radius: 2px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册