Fix:5068 【商城小程序】体验店名称和订单号间距过大

This commit is contained in:
linxi
2026-04-02 17:15:35 +08:00
parent d823b42a3c
commit 00832cbca5
+5 -2
View File
@@ -53,6 +53,7 @@
<view
v-if="order.experienceOrderInfo"
class="shop-info flex jc-between ai-center"
style="padding-bottom: 0"
@click.stop="goStore(order)"
>
<view class="flex ai-center">
@@ -70,6 +71,7 @@
<view
v-if="order.merName && !order.experienceOrderInfo"
class="shop-info flex jc-between ai-center"
style="padding-bottom: 0"
@click="goStore(order)"
>
<view class="flex ai-center">
@@ -91,7 +93,7 @@
<text class="address v12-dark-text v12-font-bold v12-font-24">{{ order.merCityName }}</text>
</view>
</view>
<view v-if="order.experienceOrderInfo" class="title acea-row row-between-wrapper" style="padding: 0 0 0 30rpx !important;">
<view v-if="order.experienceOrderInfo" class="title acea-row row-between-wrapper" style="padding: 0 0 0 16rpx !important;">
<view class="acea-row row-middle">
订单号:{{ order.orderId }}
</view>
@@ -100,7 +102,7 @@
:class="{'v12-primary': order.experienceOrderStatus === 0, 'v12-primary': order.experienceOrderStatus === 1, 'bg-color-hui': order.experienceOrderStatus === 2}"
>{{ ['待使用', '已完成', '已过期'][order.experienceOrderStatus] }}</view>
</view>
<view v-if="!order.experienceOrderInfo" class="title acea-row row-between-wrapper" style="padding: 0 0 0 30rpx !important;">
<view v-if="!order.experienceOrderInfo" class="title acea-row row-between-wrapper" style="padding: 0 0 0 16rpx !important;">
<view class="acea-row row-middle">
<text
v-if="order.combinationId || order.seckillId || order.bargainId || order.storeId"
@@ -1197,6 +1199,7 @@ page {
.title {
border-bottom: none;
height: 70rpx !important
}
.item-info {