chore: upgrade deps

This commit is contained in:
YunYouJun
2024-01-27 03:25:20 +08:00
parent 99d7d660bb
commit e741f5d5a0
19 changed files with 3132 additions and 2885 deletions

View File

@@ -43,22 +43,22 @@ defineProps<{
left: 0;
right: 0;
bottom: 0;
-webkit-transition: .4s;
transition: .4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}
$size: 20px;
.slider:before {
position: absolute;
content: "";
content: '';
height: $size;
width: $size;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}
input:checked + .slider {