update readme

This commit is contained in:
2025-04-06 22:54:49 -06:00
parent 669154ac6e
commit 7df13b4866
2 changed files with 15 additions and 15 deletions

View File

@ -13,7 +13,7 @@
</template>
</SideNavBar>
<main class="flex-1 p-4 bg-blue-50">
<main class="flex-1 p-4 bg-blue-50 h-screen overflow-auto">
<Header />
<router-view />
</main>