tianyi 3 weeks ago
parent
commit
ce953bd7ed
  1. 14
      pages/index/index.vue

14
pages/index/index.vue

@ -1044,7 +1044,6 @@
}
}
}
console.log('50000',that.adList)
that.deliveryItem = res.result.records;
if (res.result.orderCount != null) {
for (let i = 0; i < res.result.orderCount.length; i++) {
@ -2107,7 +2106,7 @@
.order-page {
width: 95%;
position: relative;
height: 200rpx;
height: auto;
border-radius: 32rpx;
border: 1px solid rgba(166, 255, 234, 0.78);
background: rgba(255, 255, 255, 0.74);
@ -2192,17 +2191,18 @@
.qu-text {
display: flex;
flex: 1;
height: 50rpx;
height: auto;
line-height: 50rpx;
color: #40534d;
width: 90%;
}
.qu-left {
width: 80%;
padding-left: 10rpx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
word-wrap: break-word;
word-break: break-all;
white-space: normal;
}
.qu-right {
@ -2481,7 +2481,7 @@
text-align: center;
background: rgba(166, 255, 234, 0.62);
padding: 0 20rpx;
margin-left: -10rpx;
margin-left: -14rpx;
font-weight: 700;
border-top-right-radius: 40rpx;
border-bottom-right-radius: 40rpx;

Loading…
Cancel
Save