Fix:4696 【旅居商城小程序】礼包领取页面:商品图尺寸偏小,位置偏下,与管理后台配置效果不一致

This commit is contained in:
LinCyJang
2025-12-08 22:17:45 +08:00
parent 1109861934
commit 07aec60ce9
+2 -2
View File
@@ -4,7 +4,7 @@
<image class="bg-image" :src="!card.isBlind ? card.cover : card.blindBoxImage" mode="widthFix" lazy-load="false"></image>
<view v-if="card.isBlind !== 1" class="image-wrap" :style="{
top: card.productImageY*2 + 'rpx',
left: card.productImageX*2 + 'rpx'
left: card.productImageX*2+ 'rpx'
}">
<image v-if="!isTravelGroup" class="pro-image" :src="card.giftProducts[0].productImage" mode="aspectFit|aspectFill|widthFix" lazy-load="false">
@@ -419,7 +419,7 @@ export default {
}
.gift-card-modal {
height: 560rpx;
width: 340rpx;
width: 420rpx;
justify-content: center;
z-index: 999;
/* margin-top: 100rpx; */