|
@@ -101,12 +101,12 @@ onLoad(() => {
|
|
<wd-text size="26rpx" type="primary" :text="orderStatusEnumData.find((i:any) => i.code === item.status)?.name" />
|
|
<wd-text size="26rpx" type="primary" :text="orderStatusEnumData.find((i:any) => i.code === item.status)?.name" />
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
- <view class="flex items-center gap-24rpx">
|
|
|
|
- <view class="h-140rpx w-140rpx shrink-0">
|
|
|
|
|
|
+ <view class="flex justify-center gap-24rpx">
|
|
|
|
+ <view class="h-140rpx w-140rpx shrink-0 text-center">
|
|
<image
|
|
<image
|
|
:src="item?.orderInfoVO?.[0]?.image"
|
|
:src="item?.orderInfoVO?.[0]?.image"
|
|
- class="w-full"
|
|
|
|
- mode="widthFix"
|
|
|
|
|
|
+ class="h-full w-full"
|
|
|
|
+ mode="aspectFit"
|
|
/>
|
|
/>
|
|
</view>
|
|
</view>
|
|
<view class="flex-1">
|
|
<view class="flex-1">
|