fix(switch): 修复图标插槽偏移
This commit is contained in:
parent
89deffc121
commit
8464bd0be2
@ -16,6 +16,9 @@
|
|||||||
|
|
||||||
.layui-form-switch span {
|
.layui-form-switch span {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
left: 5px;
|
left: 5px;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user