feat: 订单样式调整
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="bg-white border-box rounded-12 p-12 mb-12">
|
||||
<view class="flex flex-items-center flex-justify-between mb-4">
|
||||
<view class="flex flex-items-center flex-justify-between">
|
||||
<view class="flex flex-items-center">
|
||||
<text class="font-size-16 color-171717 line-height-24 font-500">
|
||||
订单金额
|
||||
@@ -12,7 +12,7 @@
|
||||
</view>
|
||||
<view
|
||||
v-if="orderData.orderStatus === '0'"
|
||||
class="font-size-11 color-99A0AE"
|
||||
class="font-size-11 color-99A0AE mt-4"
|
||||
>
|
||||
超时后,订单将自动取消
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user