Fix:2557 【商城小程序】食补推荐列表商品图显示不完整
This commit is contained in:
@@ -144,7 +144,7 @@
|
|||||||
<view>
|
<view>
|
||||||
<view class="recommend-img">
|
<view class="recommend-img">
|
||||||
<image class="recommend-img" :src="item.image" mode="aspectFit"></image>
|
<image class="recommend-img" :src="item.image" mode="aspectFit"></image>
|
||||||
<view class="name-wrap v12-white-text v12-text-center">{{
|
<view class="name-wrap v12-white-text v12-text-center more-t">{{
|
||||||
item.title
|
item.title
|
||||||
}}</view>
|
}}</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -344,6 +344,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
height: 70rpx;
|
||||||
}
|
}
|
||||||
.recommend-item {
|
.recommend-item {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
|||||||
Reference in New Issue
Block a user