@@ -32,7 +32,7 @@ Component({
},
ready() {
getHeight.getHeight('.Yl_head', this).then(res => this.setData({
- listHeight: res - 180
+ listHeight: res - 200
}));
}
@@ -79,6 +79,7 @@
.footer {
+ align-items: center !important;
box-sizing: border-box;
padding-left: 30rpx;
padding-right: 30rpx;
@@ -26,7 +26,7 @@
</view>
</van-transition>
-<van-popup show="{{ sortShow }}" position="right" custom-style="width: 660rpx; height:100vh;" bind:close="sortClose">
+<van-popup show="{{ sortShow }}" position="right" custom-style="width: 660rpx; height:100vh;overflow: hidden;" safe-area-inset-bottom='{{false}}' bind:close="sortClose">
<view class="Yl_head" />
<My_listBox height="{{listHeight}}" pullDown='{{false}}'>
<view class="groud" wx:if="{{filter.stageList.length!=0}}">