Commit 0caedf2f authored by Administrator's avatar Administrator
Browse files

fixed navigation drawer and footer layout issue

parent 1f7f2977
...@@ -28,3 +28,5 @@ coverage ...@@ -28,3 +28,5 @@ coverage
*.sw? *.sw?
*.tsbuildinfo *.tsbuildinfo
.qoder*
\ No newline at end of file
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
> >
<v-layout height="100vh" style="background: rgba(255, 255, 255, 0.85);"> <v-layout height="100vh" style="background: rgba(255, 255, 255, 0.85);">
<AppHeader :drawer-active="drawerActive" @toggle-drawer="toggleDrawer" @logout="showLogoutDialog = true" /> <AppHeader :drawer-active="drawerActive" @toggle-drawer="toggleDrawer" @logout="showLogoutDialog = true" />
<AppFooter />
<AppDrawer v-model="drawerActive" /> <AppDrawer v-model="drawerActive" />
<v-main> <v-main>
<v-container fluid class="pt-4 pb-0"> <v-container fluid class="pt-4 pb-0">
...@@ -28,7 +29,6 @@ ...@@ -28,7 +29,6 @@
</v-container> </v-container>
<slot></slot> <slot></slot>
</v-main> </v-main>
<AppFooter />
</v-layout> </v-layout>
</v-img> </v-img>
<!-- 登出确认对话框 --> <!-- 登出确认对话框 -->
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment