feat: add bottom spacing

This commit is contained in:
Methapon2001 2024-04-10 20:51:27 +07:00
parent 4f6f338139
commit 897f3f81c4

View file

@ -318,7 +318,7 @@ function doLogout(confirm: boolean = false) {
</q-header>
<q-page-container style="background-color: transparent">
<q-page class="q-px-lg">
<q-page class="q-px-lg q-pb-lg">
<router-view />
</q-page>
</q-page-container>