继续完善页面

This commit is contained in:
2026-02-02 21:45:59 +08:00
parent f4af5dded9
commit 93b42a277a
19 changed files with 2785 additions and 672 deletions

View File

@@ -47,12 +47,12 @@
/>
<!-- 内容展示区 (内部路由渲染) -->
<scroll-view class="content" scroll-y="true">
<view class="content-scroll">
<view class="content-inner">
<component :is="currentComponent" />
</view>
<AdminFooter />
</scroll-view>
</view>
</view>
</view>
</template>
@@ -215,8 +215,9 @@ onMounted(() => {
background: #f0f2f5;
}
.content {
.content-scroll {
flex: 1;
overflow-y: scroll;
background: #f0f2f5;
}