修复bug
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<u-icon name="arrow-down-fill" size="14" color="#222222"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
<scroll-view class="page" scroll-y="true">
|
||||
<view class="page">
|
||||
<view class="container">
|
||||
<!-- 水/电费列表 -->
|
||||
<scroll-view class="details-scroll" scroll-y="true" @scrolltolower="onPayLoadMore">
|
||||
@@ -94,7 +94,7 @@
|
||||
|
||||
<view style="width: 100%;height: 30rpx;"></view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -331,8 +331,6 @@ page {
|
||||
}
|
||||
|
||||
.page {
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
padding: 0px 40rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@@ -471,11 +469,11 @@ page {
|
||||
}
|
||||
|
||||
.details-scroll {
|
||||
max-height: 500rpx;
|
||||
height: 550rpx;
|
||||
padding: 0 0 20rpx 0;
|
||||
}
|
||||
.details-scroll-bill{
|
||||
max-height: 500rpx;
|
||||
height: 550rpx;
|
||||
padding: 0 0 40rpx 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user