fix: misplaced of switch button (#543)

This commit is contained in:
Cody Gu
2024-04-13 02:36:19 +08:00
committed by GitHub
parent ba14f21809
commit 111fac7586

View File

@@ -39,6 +39,10 @@ label {
--b-border-width: 2px;
}
input[type="checkbox"] + span::after {
box-sizing: border-box;
}
input[type="checkbox"]{
&:hover + span {