Commit 7593e5c0 authored by a123456's avatar a123456

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

parent 9d217107
......@@ -88,7 +88,7 @@
//拖动成功后删除拖动过来的元素
event.item.parentNode.removeChild(event.item);
//想素组添加拖动过来的选项选项
modelFormVue.selectedList.splice(event.newIndex, 0, that.addInputType);
modelFormVue.formItemList.splice(event.newIndex, 0, that.addInputType);
},
});
})
......
......@@ -196,7 +196,7 @@ textarea::-webkit-input-placeholder {
margin: 8px;
}
.ms-mdiy-model-form .ms-editor-body-layout .ms-form-item {
padding: 6px 15px 6px 30px;
padding: 6px 20px 6px 20px;
border: 1px solid transparent;
}
.ms-mdiy-model-form .ms-editor-body-layout .ms-form-item .unit-input {
......@@ -208,7 +208,7 @@ textarea::-webkit-input-placeholder {
}
.ms-mdiy-model-form .ms-editor-body-layout .ms-form-item .el-form-item__content .del-but {
visibility: hidden;
padding-left: 15px;
padding-left: 20px;
margin-left: auto;
}
.ms-mdiy-model-form .ms-editor-body-layout .ms-form-item .el-radio {
......@@ -226,16 +226,20 @@ textarea::-webkit-input-placeholder {
.ms-mdiy-model-form .ms-editor-attr-layout {
background: #fff;
min-width: 20%;
padding: 20px;
display: flex;
flex-wrap: wrap;
}
.ms-mdiy-model-form .ms-editor-attr-layout .ms-header-title {
border-left: 1px solid #e6e6e6;
width: 100%;
}
.ms-mdiy-model-form .ms-editor-attr-layout .ms-editor-attr {
width: 100%;
display: flex;
flex-direction: column;
}
.ms-mdiy-model-form .ms-editor-attr-layout .ms-editor-attr .form {
padding: 15px;
height: calc(100vh - 200px);
overflow: auto;
}
......
......@@ -45,7 +45,7 @@
background: #fff;
margin: 8px;
.ms-form-item {
padding: 6px 15px 6px 30px;
padding: 6px 20px 6px 20px;
border: 1px solid transparent;
//单位输入框
.unit-input {
......@@ -56,7 +56,7 @@
align-items: flex-start;
.del-but {
visibility: hidden;
padding-left: 15px;
padding-left: 20px;
margin-left: auto;
}
}
......@@ -80,14 +80,18 @@
.ms-editor-attr-layout {
background: #fff;
min-width: 20%;
padding: 20px;
display: flex;
flex-wrap: wrap;
.ms-header-title {
border-left: 1px solid @borderColor;
width: 100%;
}
.ms-editor-attr {
width: 100%;
display: flex;
flex-direction: column;
.form {
padding: 15px;
height: ~'calc(100vh - 200px)';
overflow: auto;
.el-form-item__label {
......
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