[代码完善](v2.5): v2.5 代码生成器查询列优化

https://github.com/elunez/eladmin/issues/366
This commit is contained in:
ZhengJie
2020-05-23 16:55:57 +08:00
parent 0791a74f90
commit c7e2a881de
3 changed files with 13 additions and 1 deletions

View File

@@ -9,6 +9,16 @@
line-height: 30.5px;
}
}
.el-form-item-label {
margin: 0 3px 9px 0;
display: inline-block;
text-align: right;
vertical-align: middle;
font-size: 14px;
color: #606266;
line-height: 30.5px;
padding: 0 7px 0 7px;
}
.el-button+.el-button {
margin-left: 0 !important;
}