修改禁用样式

This commit is contained in:
邹景立 2021-03-16 15:46:59 +08:00
parent 31f27c25c8
commit cd4c388653
3 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -32,9 +32,7 @@ fieldset {
border-bottom-left-radius: @borderRadius;
border-bottom-right-radius: @borderRadius;
}
}
.layui-tab {
> .layui-tab-content {
padding: 20px;
background: #fff;
@ -194,6 +192,10 @@ fieldset {
line-height: 38px
}
.layui-disabled, .layui-disabled:hover {
color: #cb5b5f !important;
}
.layui-form-checkbox.layui-form-checked {
i {
border-color: #5FB878;