Fix(商品详情):【商城小程序】商品详情页中,规格名称过长时,字段溢出规格框(超过17个字后省略)
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
<image class="logo" :src="webUrl+'/orderIcon/items.png'" mode="" style="margin-right:0; width: 32rpx; height:32rpx"/>
|
||||
<text class="v12-ml-1 v12-font-28">选择</text>
|
||||
</view>
|
||||
<view class="title attr-bg v12-primary-text">{{ attrValue }}</view>
|
||||
<view class="title attr-bg v12-primary-text one-t">{{ attrValue }}</view>
|
||||
</view>
|
||||
<view class="value v12-justify-end v12-align-center">
|
||||
<text class=" v12-dark1-text v12-font-24">库存:{{ attr.productSelect.stock }}</text>
|
||||
@@ -1968,7 +1968,8 @@ export default {
|
||||
padding: 0rpx 5px;
|
||||
height: 42rpx;
|
||||
line-height: 42rpx;
|
||||
border-radius: 12rpx
|
||||
border-radius: 12rpx;
|
||||
width: 360rpx;
|
||||
}
|
||||
.address-wrap{
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user