🚑 2.4 优化与Bug修复

1、修复新增时 loading 失效的问题 #66
2、修复菜单图标为空时,表格渲染报错的问题 #65
3、修复新增详情时字典值不填报错的问题 #64
4、修复切换主题颜色时 header 操作按钮 margin-left 不正常的错误
5、修复切换主题颜色时日期搜索框宽度不正常的问题
6、编辑按钮加入 loading,避免重复提交
This commit is contained in:
Elune
2020-01-07 12:56:48 +08:00
parent f7c65d67ca
commit 3e500eed7d
17 changed files with 27 additions and 19 deletions

View File

@@ -3,12 +3,15 @@
.filter-item {
display: inline-block;
vertical-align: middle;
margin: 0 2px 10px 0;
margin: 0 3px 10px 0;
input {
height: 30.5px;
line-height: 30.5px;
}
}
.el-button+.el-button {
margin-left: 0 !important;
}
.el-select__caret.el-input__icon.el-icon-arrow-up{
line-height: 30.5px;
}
@@ -17,7 +20,7 @@
vertical-align: middle;
margin-bottom: 10px;
height: 30.5px;
width: 223px;
width: 223px !important;
}
}
.el-avatar {