[chore/frontend] load on the center of the screen

This commit is contained in:
CDN 2025-02-22 00:58:00 +08:00
parent 7a33038af8
commit 2c3e238e9a
Signed by: CDN
GPG key ID: 0C656827F9F80080
3 changed files with 17 additions and 17 deletions

View file

@ -178,7 +178,7 @@ const AdminLayout: FC<AdminLayoutProps> = () => {
</header>
<div className="flex-1 p-6">
<div className="h-full bg-white dark:bg-slate-800 rounded-lg shadow-sm border border-slate-200/60 dark:border-slate-700/60">
<Suspense fallback={<LoadingSpinner />}>
<Suspense fallback={<LoadingSpinner fullScreen />}>
<Outlet />
</Suspense>
</div>