代码提交
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
>
|
||||
<view class="goods-list-model-label">{{ data.attrInfo.sku }}</view>
|
||||
<view class="goods-list-model-action icon">
|
||||
<image src="@/static/images/down.png" />
|
||||
<image src="https://b2c-pro-static-dev.zkthink.com/static/images/down.png" />
|
||||
</view>
|
||||
</div>
|
||||
</view>
|
||||
@ -368,6 +368,9 @@ const handleSelectAttr = () => {
|
||||
font-size: 24rpx;
|
||||
color: #999999;
|
||||
margin-right: 10rpx;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
&-value {
|
||||
@ -375,6 +378,7 @@ const handleSelectAttr = () => {
|
||||
font-size: 24rpx;
|
||||
color: #333333;
|
||||
margin-right: 10rpx;
|
||||
display: -webkit-box;
|
||||
}
|
||||
|
||||
&-action {
|
||||
|
Reference in New Issue
Block a user