refactor: 优化配置与奖池页面多语言编辑及管理端列表布局

This commit is contained in:
2026-05-22 16:55:34 +08:00
parent 2d4a23968e
commit 7d01e5c47e
12 changed files with 901 additions and 599 deletions

View File

@@ -147,7 +147,7 @@
}
.admin-list-toolbar {
@apply flex w-full flex-col gap-3 border-t border-border/60 pt-4 xl:flex-row xl:flex-wrap xl:items-center;
@apply flex w-full flex-row flex-wrap items-center gap-3 border-t border-border/60 pt-4;
}
.admin-list-field {
@@ -159,7 +159,7 @@
}
.admin-list-actions {
@apply flex shrink-0 flex-wrap items-center gap-2 xl:ml-auto xl:justify-end;
@apply ml-auto flex shrink-0 flex-wrap items-center justify-end gap-2;
}
.admin-table-shell {