Browse Source

1

dev_delivery
jiazhipeng 3 weeks ago
parent
commit
99271145ae
  1. 5
      subPackages/pointsMall/detail.vue

5
subPackages/pointsMall/detail.vue

@ -145,7 +145,7 @@
<view> <view>
<view class="sp">规格</view> <view class="sp">规格</view>
<view class="sp-container" style=""> <view class="sp-container" style="">
<view style="position:relative;width: 100%;" v-for="(botItem,botIndex) in sku" :key="botIndex"> <view style="position:relative;max-width: 100%;" v-for="(botItem,botIndex) in sku" :key="botIndex">
<view :class="['botProduct','text-overflow',{'noStore':botItem.store==0},{'botProducts':productIndex==botIndex}]" <view :class="['botProduct','text-overflow',{'noStore':botItem.store==0},{'botProducts':productIndex==botIndex}]"
@click="changeProduct(botItem,botIndex)"> @click="changeProduct(botItem,botIndex)">
<image :src="showImg(botItem.headimg)"></image> <image :src="showImg(botItem.headimg)"></image>
@ -761,7 +761,7 @@
margin-bottom: 34rpx; margin-bottom: 34rpx;
max-width: 100%; max-width: 100%;
padding-right:15rpx; padding-right:15rpx;
min-width: 340rpx; min-width: 320rpx;
background: #EFEFEF; background: #EFEFEF;
display: flex; display: flex;
align-items: center; align-items: center;
@ -779,6 +779,7 @@
padding-left: 15rpx; padding-left: 15rpx;
white-space: normal; white-space: normal;
font-size: 27rpx; font-size: 27rpx;
word-break: break-all;
} }
} }
.noStore{ .noStore{

Loading…
Cancel
Save