Fix the content's height in App.vue
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
<side-bar></side-bar>
|
||||
</div>
|
||||
|
||||
<div class="pl-60 w-full min-h-screen">
|
||||
<div class="pl-60 w-full">
|
||||
|
||||
<div v-if="!brandingStore.loading"
|
||||
class="flex justify-center items-center"
|
||||
class="min-h-screen flex justify-center items-center"
|
||||
:style="{backgroundColor: brandingStore.colors.background}">
|
||||
<router-view></router-view>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user