修正bug
All checks were successful
Koori-ERP-Sync-Only / sync-update (push) Successful in 1m5s

This commit is contained in:
2025-12-31 17:48:36 +08:00
parent c152dc6d81
commit 8cbf73681e
5 changed files with 62 additions and 21 deletions

View File

@@ -186,7 +186,7 @@ export default function AuthenticatedLayout({ children }: { children: React.Reac
<main className="flex-1 ml-64 overflow-auto min-h-screen bg-background">
{children}
<Toaster richColors closeButton position="top-right" />
<Toaster richColors closeButton position="top-center" />
</main>
</div>
);