fix: 修复 checkbox 夜间模式样式不兼容

This commit is contained in:
就眠儀式
2022-04-19 09:33:11 +08:00
parent 223c6ab0c6
commit 8c752604fc
2 changed files with 5 additions and 4 deletions

View File

@@ -28,13 +28,12 @@
}
.layui-form-checkbox i {
position: absolute;
right: 0;
top: 0;
width: 30px;
right: 0;
width: 29px;
height: 28px;
position: absolute;
border: 1px solid @global-neutral-color-6;
border-left: none;
border-radius: 0 2px 2px 0;
color: #fff;
font-size: 20px;