|
@@ -64,10 +64,10 @@
|
|
|
<view class="quanState">待使用</view>
|
|
|
|
|
|
</view>
|
|
|
- <view v-if="v.writeoffState==3" class="detailedName old">
|
|
|
+ <view v-if="v.writeoffState==3" class="detailedName">
|
|
|
<view class="redPoint"></view>
|
|
|
- <view class="code">{{v.qrCode}}</view>
|
|
|
- <view class="quanState">已使用</view>
|
|
|
+ <view class="code old" >{{v.qrCode}}</view>
|
|
|
+ <view class="quanState2">已使用</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
@@ -144,7 +144,7 @@
|
|
|
|
|
|
<view class="informationLine">
|
|
|
<view class="informationTxt">订单备注:</view>
|
|
|
- <view class="informationNum" style="width: 524rpx;">{{orderData.data.comment?orderData.data.comment:''}}</view>
|
|
|
+ <view class="informationNum" style="width: 510rpx;">{{orderData.data.comment?orderData.data.comment:''}}</view>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
@@ -599,7 +599,7 @@
|
|
|
|
|
|
.detailedLine {
|
|
|
display: flex;
|
|
|
- padding: 0 20rpx 15rpx;
|
|
|
+ padding: 16rpx 20rpx;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
}
|
|
@@ -622,7 +622,8 @@
|
|
|
.code {
|
|
|
font-size: 26rpx;
|
|
|
color: #333333;
|
|
|
- font-weight: bold;
|
|
|
+ font-weight: bold;
|
|
|
+ width: 180rpx
|
|
|
}
|
|
|
|
|
|
.old {
|