更新功能
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>
|
||||
|
||||
Reference in New Issue
Block a user