Fix:2735 【商城小程序】千县—农民店铺文化图片显示优化
This commit is contained in:
@@ -301,7 +301,7 @@
|
||||
:style="{
|
||||
width: picColumnWidth,
|
||||
height: picColumnWidth,
|
||||
borderRadius: '8rpx'
|
||||
borderRadius: '20rpx'
|
||||
}"
|
||||
:src="url"
|
||||
/>
|
||||
@@ -372,7 +372,7 @@ export default {
|
||||
uni.getSystemInfo({
|
||||
success: (e) => {
|
||||
// 两列商品宽度
|
||||
this.picColumnWidth = (e.screenWidth - uni.upx2px(92)) / 2 + 'px'
|
||||
this.picColumnWidth = (e.screenWidth - uni.upx2px(60)) / 2 + 'px'
|
||||
}
|
||||
})
|
||||
},
|
||||
@@ -534,12 +534,12 @@ export default {
|
||||
}
|
||||
.pics-list {
|
||||
position: relative;
|
||||
padding: 32rpx 0;
|
||||
padding: 20rpx 0;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.pics-list .pics-item {
|
||||
margin-left: 36rpx;
|
||||
margin-top: 20rpx;
|
||||
margin-left: 20rpx;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
.info-section,
|
||||
.pics-section,
|
||||
|
||||
Reference in New Issue
Block a user