|
@@ -100,30 +100,30 @@ html,body{
|
|
background-color: #f8fafb !important;
|
|
background-color: #f8fafb !important;
|
|
border-bottom: 1px solid #e5e5e5 !important;
|
|
border-bottom: 1px solid #e5e5e5 !important;
|
|
.el-dialog__title {
|
|
.el-dialog__title {
|
|
- font-size: 20px;
|
|
|
|
- font-weight: 600;
|
|
|
|
|
|
+ font-size: 20px !important;
|
|
|
|
+ font-weight: 600 !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.el-button {
|
|
.el-button {
|
|
- padding: 5px 12px;
|
|
|
|
|
|
+ padding: 5px 12px !important;
|
|
}
|
|
}
|
|
.el-input__inner {
|
|
.el-input__inner {
|
|
- height: 32px;
|
|
|
|
|
|
+ height: 32px !important;
|
|
}
|
|
}
|
|
.el-form-item {
|
|
.el-form-item {
|
|
- margin-bottom:15px;
|
|
|
|
|
|
+ margin-bottom:15px !important;
|
|
}
|
|
}
|
|
.el-form-item__error{
|
|
.el-form-item__error{
|
|
- padding-top:0px;
|
|
|
|
|
|
+ padding-top:0px !important;
|
|
}
|
|
}
|
|
//覆盖elementUI 的 导航菜单
|
|
//覆盖elementUI 的 导航菜单
|
|
.el-menu--horizontal>.el-menu-item {
|
|
.el-menu--horizontal>.el-menu-item {
|
|
- height:35px;
|
|
|
|
- line-height: 35px;
|
|
|
|
|
|
+ height:35px !important;
|
|
|
|
+ line-height: 35px !important;
|
|
}
|
|
}
|
|
.el-menu--horizontal>.el-submenu .el-submenu__title {
|
|
.el-menu--horizontal>.el-submenu .el-submenu__title {
|
|
- height:35px;
|
|
|
|
- line-height: 35px;
|
|
|
|
|
|
+ height:35px !important;
|
|
|
|
+ line-height: 35px !important;
|
|
}
|
|
}
|
|
.btn-default {
|
|
.btn-default {
|
|
color: #58666e !important;
|
|
color: #58666e !important;
|
|
@@ -143,7 +143,7 @@ html,body{
|
|
border-color: #c7d3d6;
|
|
border-color: #c7d3d6;
|
|
}
|
|
}
|
|
.btn-rounded {
|
|
.btn-rounded {
|
|
- border-radius: 50px;
|
|
|
|
|
|
+ border-radius: 50px !important;;
|
|
}
|
|
}
|
|
.btn-outline {
|
|
.btn-outline {
|
|
color: inherit;
|
|
color: inherit;
|