团购券名称和优惠券名称加上宽度限制
This commit is contained in:
@ -151,7 +151,7 @@
|
|||||||
<view class="flex items-center justify-between">
|
<view class="flex items-center justify-between">
|
||||||
<view class="text-[26rpx] text-[#606266] leading-36rpx">团购券</view>
|
<view class="text-[26rpx] text-[#606266] leading-36rpx">团购券</view>
|
||||||
<view class="flex items-center">
|
<view class="flex items-center">
|
||||||
<view class="text-[28rpx] text-[#909399] leading-40rpx">
|
<view class="text-[28rpx] text-[#909399] leading-40rpx w-430rpx line-1 text-right">
|
||||||
<template v-if="selectedGroupCoupon?.id > 0">
|
<template v-if="selectedGroupCoupon?.id > 0">
|
||||||
{{ selectedGroupCoupon.name }}
|
{{ selectedGroupCoupon.name }}
|
||||||
</template>
|
</template>
|
||||||
@ -172,7 +172,7 @@
|
|||||||
<view class="flex items-center justify-between">
|
<view class="flex items-center justify-between">
|
||||||
<view class="text-[26rpx] text-[#606266] leading-36rpx">优惠券</view>
|
<view class="text-[26rpx] text-[#606266] leading-36rpx">优惠券</view>
|
||||||
<view class="flex items-center">
|
<view class="flex items-center">
|
||||||
<view class="text-[28rpx] text-[#909399] leading-40rpx">
|
<view class="text-[28rpx] text-[#909399] leading-40rpx w-430rpx line-1 text-right">
|
||||||
<template v-if="selectedCoupon?.id > 0">
|
<template v-if="selectedCoupon?.id > 0">
|
||||||
{{ selectedCoupon.name }}
|
{{ selectedCoupon.name }}
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user