diff --git a/package3/shop/selfDeliveryOrderList.vue b/package3/shop/selfDeliveryOrderList.vue index 524d587..54f952b 100644 --- a/package3/shop/selfDeliveryOrderList.vue +++ b/package3/shop/selfDeliveryOrderList.vue @@ -325,6 +325,7 @@ box-sizing: border-box; padding-top: 20rpx; padding-bottom: 36rpx; + width:94%; } .card{ background: #fff; diff --git a/package3/shop/transferDeliveryOrderList.vue b/package3/shop/transferDeliveryOrderList.vue index 264e130..1e1c09f 100644 --- a/package3/shop/transferDeliveryOrderList.vue +++ b/package3/shop/transferDeliveryOrderList.vue @@ -271,7 +271,7 @@ .tabs{display:flex;background:#fff;border-radius:24rpx;padding:10rpx;} .tab{flex:1;text-align:center;height:70rpx;line-height:70rpx;border-radius:20rpx;font-weight:700;} .tab.active{background:linear-gradient(90deg,#e3ff96,#a6ffea);} - .list{position:absolute;left:24rpx;right:24rpx;bottom:0;box-sizing:border-box;padding-top:20rpx;padding-bottom:36rpx;} + .list{width:94%;position:absolute;left:24rpx;right:24rpx;bottom:0;box-sizing:border-box;padding-top:20rpx;padding-bottom:36rpx;} .card{background:#fff;border-radius:24rpx;padding:24rpx;margin-bottom:20rpx;box-shadow:0 10rpx 26rpx rgba(0,35,28,.08);} .card-head{display:flex;align-items:center;margin-bottom:20rpx;} .tag{background:#fff2e9;color:#f36c21;border-radius:12rpx;padding:8rpx 14rpx;font-weight:700;}