Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clark Lin
student-app-frontend
Commits
0caedf2f
Commit
0caedf2f
authored
Aug 29, 2025
by
Administrator
Browse files
fixed navigation drawer and footer layout issue
parent
1f7f2977
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
0caedf2f
...
...
@@ -28,3 +28,5 @@ coverage
*.sw?
*.tsbuildinfo
.qoder*
\ No newline at end of file
src/components/AppLayout.vue
View file @
0caedf2f
...
...
@@ -8,6 +8,7 @@
>
<v-layout
height=
"100vh"
style=
"background: rgba(255, 255, 255, 0.85);"
>
<AppHeader
:drawer-active=
"drawerActive"
@
toggle-drawer=
"toggleDrawer"
@
logout=
"showLogoutDialog = true"
/>
<AppFooter
/>
<AppDrawer
v-model=
"drawerActive"
/>
<v-main>
<v-container
fluid
class=
"pt-4 pb-0"
>
...
...
@@ -28,7 +29,6 @@
</v-container>
<slot></slot>
</v-main>
<AppFooter
/>
</v-layout>
</v-img>
<!-- 登出确认对话框 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment