更新功能
This commit is contained in:
@@ -9,9 +9,7 @@
|
||||
|
||||
<!-- 中间内容区域 -->
|
||||
<scroll-view class="content-scroll" scroll-y :style="{ height: scrollHeight }" :show-scrollbar="showScrollbar">
|
||||
<view class="content-wrapper">
|
||||
<slot></slot>
|
||||
</view>
|
||||
<slot></slot>
|
||||
</scroll-view>
|
||||
|
||||
<!-- 底部tabbar -->
|
||||
@@ -160,9 +158,4 @@ export default {
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.content-wrapper {
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -211,11 +211,6 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.tab-bar-container {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 999;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
|
||||
Reference in New Issue
Block a user