This commit is contained in:
YeMingfei666 2024-11-25 17:02:44 +08:00
commit b562ccc707
1 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<view class="sel u-abso" v-if="item.id==myQuan.fullReductionCouponSel.id ">
<up-icon name="checkbox-mark" color="#fff"></up-icon>
</view>
<view class="u-p-t-32 u-p-b-32 u-p-l-24 u-p-r-24">
<view class="u-p-t-32 u-p-b-32 u-p-l-24 u-p-r-24 left">
<view class="u-flex">
<view class="hui"></view>
<view class="u-m-l-18">{{item.name}}</view>
@ -530,7 +530,9 @@
border-radius: 10rpx;
box-shadow: 0 0 5px #eee;
overflow: hidden;
.left{
max-width: 80%;
}
.sel {
padding: 2rpx 4rpx;
position: absolute;