Commit 28f9a324 authored by a123456's avatar a123456

Signed-off-by: a123456 <1209165801@qq.com>

parent 7593e5c0
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
onStart: function(event) { onStart: function(event) {
//准备拖动时保存拖动选项的数据 //准备拖动时保存拖动选项的数据
that.addInputType = { that.addInputType = {
id: event.item.dataset.id, type: event.item.dataset.type,
title: event.item.dataset.title, title: event.item.dataset.title,
downList: [], //下拉列表 downList: [], //下拉列表
downActiveList: [], //多选列表 downActiveList: [], //多选列表
......
...@@ -222,6 +222,7 @@ textarea::-webkit-input-placeholder { ...@@ -222,6 +222,7 @@ textarea::-webkit-input-placeholder {
} }
.ms-mdiy-model-form .ms-editor-body-layout .sortable-ghost { .ms-mdiy-model-form .ms-editor-body-layout .sortable-ghost {
margin-bottom: 18px; margin-bottom: 18px;
min-height: 40px;
} }
.ms-mdiy-model-form .ms-editor-attr-layout { .ms-mdiy-model-form .ms-editor-attr-layout {
background: #fff; background: #fff;
......
...@@ -74,6 +74,7 @@ ...@@ -74,6 +74,7 @@
//表单颜色默认下边距 //表单颜色默认下边距
.sortable-ghost { .sortable-ghost {
margin-bottom: 18px; margin-bottom: 18px;
min-height: 40px;
} }
} }
//右侧选项属性 //右侧选项属性
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment