[chore/frontend] load on the center of the screen
This commit is contained in:
parent
7a33038af8
commit
2c3e238e9a
3 changed files with 17 additions and 17 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue