Fix:5064 【商城小程序】旅居店铺,调整体验店列表,体验店内容区域的宽度
This commit is contained in:
@@ -722,7 +722,6 @@ export default {
|
|||||||
return order
|
return order
|
||||||
}
|
}
|
||||||
const location = this.getOrderLocation(order)
|
const location = this.getOrderLocation(order)
|
||||||
console.log(location);
|
|
||||||
if (!location) {
|
if (!location) {
|
||||||
return order
|
return order
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1400,15 +1400,15 @@ export default {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.product-item{
|
.product-item{
|
||||||
width: 340rpx;
|
width: 343rpx;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-bottom: 20rpx;
|
padding-bottom: 20rpx;
|
||||||
margin-bottom: 24rpx;
|
margin-bottom: 24rpx;
|
||||||
.product-img{
|
.product-img{
|
||||||
width: 340rpx;
|
width: 343rpx;
|
||||||
height: 340rpx;
|
height: 343rpx;
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user