优化后台样式

This commit is contained in:
Anyon 2022-03-08 16:21:13 +08:00
parent 5af901a29c
commit e9e88e7698
3 changed files with 20 additions and 13 deletions

View File

@ -388,20 +388,27 @@ fieldset {
}
}
.layui-form-switch em {
white-space: nowrap;
}
.layui-form-onswitch em {
margin-left: 0;
}
.layui-form-radio {
margin-top: 0;
}
.layui-form-checkbox.layui-form-checked {
i {
border-color: #5FB878;
.layui-form-switch {
padding: 0 8px 0 5px;
em {
white-space: nowrap;
vertical-align: middle;
}
}
.layui-form-onswitch {
padding: 0 5px 0 8px;
em {
margin-left: 0;
}
}
.layui-form-checkbox.layui-form-checked i {
border-color: #5FB878;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long