feat: 订单样式调整

This commit is contained in:
duanshuwen
2025-10-30 21:39:51 +08:00
parent 90723fa277
commit bddc36c6c2
3 changed files with 6 additions and 5 deletions

View File

@@ -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>