feat: 添加货币管理功能,更新国际化支持,移除报表相关代码

This commit is contained in:
2026-05-21 16:24:56 +08:00
parent 6ecbaf5fb4
commit 055c613a6d
87 changed files with 1615 additions and 1319 deletions

View File

@@ -131,27 +131,27 @@
@layer components {
.admin-list-card {
@apply overflow-hidden border-border/80 shadow-sm;
@apply overflow-hidden border-border/80 bg-card shadow-sm;
}
.admin-list-header {
@apply border-b bg-muted/20 pb-4;
@apply border-b border-border/70 bg-gradient-to-b from-muted/25 to-transparent pb-5;
}
.admin-list-title {
@apply text-lg font-semibold tracking-tight;
@apply text-[1.05rem] font-semibold tracking-tight text-[#13315f];
}
.admin-list-content {
@apply space-y-4;
@apply space-y-5;
}
.admin-list-toolbar {
@apply flex w-full flex-col gap-3 sm:flex-row sm:flex-wrap sm:items-center;
@apply flex w-full flex-col gap-3 border-t border-border/60 pt-4 xl:flex-row xl:flex-wrap xl:items-center;
}
.admin-list-field {
@apply flex min-w-0 flex-col gap-2 sm:flex-row sm:items-center sm:shrink-0 sm:gap-1.5;
@apply flex min-w-0 flex-col gap-2 sm:flex-row sm:items-center sm:gap-2;
}
.admin-list-field > label {
@@ -159,16 +159,15 @@
}
.admin-list-actions {
@apply flex shrink-0 flex-wrap gap-2;
margin-left: auto;
@apply flex shrink-0 flex-wrap items-center gap-2 xl:ml-auto xl:justify-end;
}
.admin-table-shell {
@apply overflow-x-auto rounded-xl border border-border bg-background;
@apply overflow-x-auto rounded-2xl border border-border/80 bg-card shadow-sm;
}
.admin-table-toolbar {
@apply flex items-center justify-end border-b border-border bg-muted/15 px-3 py-2.5;
@apply flex items-center justify-end border-b border-border/70 bg-muted/20 px-4 py-2.5;
}
.admin-inline-note {