mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
优化后台样式
This commit is contained in:
parent
5af901a29c
commit
e9e88e7698
@ -388,20 +388,27 @@ fieldset {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-form-switch em {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layui-form-onswitch em {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layui-form-radio {
|
.layui-form-radio {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-form-checkbox.layui-form-checked {
|
.layui-form-switch {
|
||||||
i {
|
padding: 0 8px 0 5px;
|
||||||
border-color: #5FB878;
|
|
||||||
|
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
Loading…
x
Reference in New Issue
Block a user