This commit is contained in:
zh
2025-11-19 10:42:05 +08:00
25 changed files with 770 additions and 278 deletions

View File

@ -815,8 +815,8 @@
.fly-roam>.content .table .tr .th:nth-child(2),
.fly-roam>.content .table .tr .td:nth-child(2) {
flex: 0 0 100px;
width: 100px;
flex: 0 0 180px;
width: 180px;
}
.fly-roam>.content .table .tr .th:last-child,
@ -3473,7 +3473,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;
@ -3508,7 +3508,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;