mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 02:56:30 +08:00
commit:同步2.2版本
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user