飞行漫游

This commit is contained in:
2025-11-17 13:39:25 +08:00
parent 44b3fbef50
commit 0da0963afe
8 changed files with 111 additions and 44 deletions

View File

@ -3461,7 +3461,7 @@
.YJ-custom-checkbox-left:checked::after,
.YJ-custom-checkbox-right:checked::after {
content: "\2714";
content: "";
background-color: rgba(var(--color-base1), 1);
color: rgba(var(--color-sdk-auxiliary), 1);
width: 25px;
@ -3496,7 +3496,7 @@
}
.YJ-custom-base-dialog>.content input.YJ-custom-checkbox[type=checkbox]:checked::after {
content: "\2714";
content: "";
background-color: rgba(var(--color-base1), 1);
color: rgba(var(--color-sdk-auxiliary), 1);
width: 12px;