fix: sh-admin dashboard bugs and UI polish (#56)

This commit is contained in:
Nivedin
2023-03-29 23:49:34 +05:30
committed by GitHub
parent b826b53cee
commit 885c0dc500
14 changed files with 815 additions and 591 deletions

View File

@@ -6,7 +6,7 @@
<AppHeader />
<main class="flex-1 overflow-x-hidden overflow-y-auto bg-primary">
<div class="container mx-auto px-6 py-8">
<div class="px-8 py-6">
<router-view />
</div>
</main>