We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8320d6d commit f26affaCopy full SHA for f26affa
frontend/src/pages/MainLayout.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div class="min-h-screen h-screen flex flex-col overflow-hidden">
+ <div class="min-h-screen h-screen flex flex-col">
3
<!-- 主导航栏 -->
4
<header class="sticky top-0 z-10 shadow bg-base-100">
5
<div class="px-4 sm:px-6 md:px-8 flex items-center justify-between h-16 mx-auto max-w-[1400px]">
@@ -128,7 +128,7 @@
128
</div>
129
130
<!-- 页面内容区 -->
131
- <main class="flex-1 overflow-hidden">
+ <main class="flex-1 overflow-auto">
132
<router-view />
133
</main>
134
0 commit comments