This commit is contained in:
2024-06-07 16:15:42 +08:00
parent ea7f4f538a
commit 614a983aa8
15 changed files with 834 additions and 464 deletions

View File

@ -51,7 +51,6 @@
}
.ui-switch {
position: relative;
line-height: 1rem;
user-select: none;
cursor: pointer;
@ -59,6 +58,7 @@
>span:first-of-type {
display: inline-flex;
align-items: center;
position: relative;
&::before {
content: '';
@ -76,6 +76,7 @@
content: '';
position: absolute;
left: 1px;
top: calc(50% - 7px);
width: 14px;
height: 14px;
background-color: white;