Commit be596d28 authored by rockyl's avatar rockyl

el-form-item样式调整

parent a219ac51
...@@ -329,10 +329,6 @@ $dock-pin-width: 9px; ...@@ -329,10 +329,6 @@ $dock-pin-width: 9px;
padding: 5px; padding: 5px;
flex-direction: column; flex-direction: column;
.el-form-item--mini.el-form-item {
margin-bottom: 3px;
}
.info-editor { .info-editor {
margin-right: 5px; margin-right: 5px;
} }
......
...@@ -268,6 +268,10 @@ ...@@ -268,6 +268,10 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
.el-form-item--mini.el-form-item {
margin-bottom: 20px;
}
.editor-form-item{ .editor-form-item{
flex: 1; flex: 1;
......
...@@ -48,6 +48,10 @@ ...@@ -48,6 +48,10 @@
overflow-y: hidden; overflow-y: hidden;
} }
.el-form-item--mini.el-form-item {
margin-bottom: 3px;
}
.el-tree-node__content > .el-tree-node__expand-icon { .el-tree-node__content > .el-tree-node__expand-icon {
padding: 6px 0; padding: 6px 0;
} }
......
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