commit:同步2.2版本

This commit is contained in:
Jerry
2022-01-23 21:00:54 +08:00
parent ff7e52eedb
commit 35ac62e4d2
1201 changed files with 16301 additions and 161770 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@@ -130,6 +130,10 @@ body .layer-advance-dialog .layui-layer-content {
}
}
.el-button + .btn-import {
margin-left: 10px!important;
}
/**
* 过滤组件样式
**/
@@ -230,6 +234,22 @@ body .layer-advance-dialog .layui-layer-content {
}
}
.el-form-item.el-form-item--mini {
min-height: 29px;
}
.el-form-item.el-form-item--small {
min-height: 32px;
}
.el-form-item.el-form-item--medium {
min-height: 36px;
}
.el-form-item.el-form-item--default {
min-height: 40px;
}
.el-aside {
overflow: visible;
}
@@ -472,6 +492,12 @@ body .layer-advance-dialog .layui-layer-content {
.user-dropdown-item {
font-size: 12px;
color: $--color-text-primary;
.el-badge {
margin-top: -8px;
margin-left: 10px;
height: 20px;
}
}
.hamburger-container {