Browse Source

样式优化

master
Enzo 5 years ago
parent
commit
a5007f875c
  1. 2
      pages/order/order-details.vue

2
pages/order/order-details.vue

@ -68,7 +68,7 @@
<view style="margin-top: 10rpx;position: relative;top: 26rpx;">
<view class="lf-font-32 text-black1">{{checkArea}} <text style="position: relative;left: 216rpx;top: -42rpx;display: inherit;" v-if="orderDetails.state == 2" class="text-orange lf-font-28" @tap="copy(checkArea)">复制</text></view>
</view>
<view v-if="orderDetails.state == 5" style="margin-top: 46rpx;" class="text-gray lf-font-28">
<view v-if="orderDetails.state == 5 || orderDetails.state == 6" style="margin-top: 46rpx;" class="text-gray lf-font-28">
{{orderDetails.refund_text}}
</view>
<view v-else style="margin-top: 10rpx;" class="text-gray lf-font-28">

Loading…
Cancel
Save