继续完善页面
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user