This commit is contained in:
kbing1981 2024-07-12 10:44:55 +08:00
parent 73324e047a
commit 0403d76868
1 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@
<view class="text-green" v-if="item.state ==3||item.state ==4">已完成</view> --> <view class="text-green" v-if="item.state ==3||item.state ==4">已完成</view> -->
<view style="color: #333;">预约时间{{ item.serveTime }}</view> <view style="color: #333;">{{ item.serveTime }}</view>
<view v-if="item.status == 9&& item.refusalContent" class="judan"> <view v-if="item.status == 9&& item.refusalContent" class="judan">
拒单审核中... 拒单审核中...
</view> </view>
@ -1129,13 +1129,12 @@
width: 100%; width: 100%;
height: 1rpx; height: 1rpx;
border: 1rpx solid #f8f8f8; border: 1rpx solid #f8f8f8;
margin-bottom: 20rpx;
} }
.pintuan_syrs { .pintuan_syrs {
color: #999999; color: #999999;
font-size: 20upx; font-size: 20upx;
margin: 20rpx 20rpx 0rpx; margin: 15rpx;
display: flex; display: flex;
padding-right: 18upx; padding-right: 18upx;
} }
@ -1173,6 +1172,7 @@
color: #019c88; color: #019c88;
font-weight: bold; font-weight: bold;
font-size: 30rpx; font-size: 30rpx;
margin-top: -5rpx;
} }
.order-details{ .order-details{
font-size: 32rpx; font-size: 32rpx;