代码提交

This commit is contained in:
黄少君
2023-11-17 20:55:32 +08:00
parent 35b43ffd97
commit c3e62f8922
73 changed files with 1808 additions and 781 deletions

View File

@ -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 {