|
|
@ -90,7 +90,7 @@ |
|
|
|
<view style="max-height: 600rpx;overflow-y: auto;"> |
|
|
|
<view class="sp">规格</view> |
|
|
|
<view class="sp-container"> |
|
|
|
<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}]" |
|
|
|
@click="changeProduct(botItem,botIndex)"> |
|
|
|
<image :src="showImg(botItem.headimg)"></image> |
|
|
@ -462,7 +462,7 @@ |
|
|
|
margin-bottom: 34rpx; |
|
|
|
max-width: 100%; |
|
|
|
padding-right:15rpx; |
|
|
|
min-width: 340rpx; |
|
|
|
min-width: 320rpx; |
|
|
|
background: #EFEFEF; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
@ -480,6 +480,7 @@ |
|
|
|
padding-left: 15rpx; |
|
|
|
white-space: normal; |
|
|
|
font-size: 27rpx; |
|
|
|
word-break: break-all; |
|
|
|
} |
|
|
|
} |
|
|
|
.noStore{ |
|
|
|