replace el-checkbox with Checkbox component

This commit is contained in:
pa
2026-01-11 22:25:54 +09:00
committed by Natsumi
parent 6222becd3d
commit 3ed266089a
26 changed files with 341 additions and 191 deletions
+1 -1
View File
@@ -2001,7 +2001,7 @@
margin-right: var(--favorites-card-checkbox-margin, 10px);
}
:deep(.favorites-search-card__action--checkbox .el-checkbox) {
:deep(.favorites-search-card__action--checkbox [data-slot='checkbox']) {
margin: 0;
}