fix(switch): 修复图标插槽偏移

This commit is contained in:
sight 2022-03-24 17:07:37 +08:00
parent 89deffc121
commit 8464bd0be2

View File

@ -16,6 +16,9 @@
.layui-form-switch span {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
left: 5px;
top: 3px;
width: 16px;