tianyi 4 weeks ago
parent
commit
b2a8686e61
  1. 8
      pages/index/index.vue

8
pages/index/index.vue

@ -256,7 +256,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="daimai-list"> <view :style="{'height':lastScrollTop>583?'900px':'auto'}">
<view class="list-1" v-for="(item,index) in deliveryItem" :key="index" @tap="goDetail('search',item)"> <view class="list-1" v-for="(item,index) in deliveryItem" :key="index" @tap="goDetail('search',item)">
<view class="daoda-time"> <view class="daoda-time">
送达时间{{item.mustFinishTime != null ? item.mustFinishTime : '' | formatHourMinute }} 送达时间{{item.mustFinishTime != null ? item.mustFinishTime : '' | formatHourMinute }}
@ -1587,7 +1587,7 @@
padding-top:20rpx; padding-top:20rpx;
} }
.sort-text{ .sort-text{
height: 70rpx; height: auto;
display: flex; display: flex;
position: sticky; position: sticky;
top:0; top:0;
@ -1624,11 +1624,11 @@
.guize1-qusong { .guize1-qusong {
display: flex; display: flex;
margin-left: 40rpx; margin: 0 0 20rpx 40rpx;
} }
.qusong1 { .qusong1 {
width: 40rpx; width: 40rpx ;
height: 40rpx; height: 40rpx;
background: rgba(0, 35, 28, 1); background: rgba(0, 35, 28, 1);
color: #fff; color: #fff;

Loading…
Cancel
Save