Fix:4140 【商城小程序】礼品卡封面图自适应范围需要调整,包含上一版本封面图上面的商品图高度

This commit is contained in:
linxi
2025-08-08 11:45:55 +08:00
parent 2dd9430c8d
commit 6c286900e3
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -228,7 +228,7 @@ export default {
align-content: center;
}
.bg-image{
width: 240rpx;
width: 340rpx;
height: 560rpx;
position: absolute;
border-radius: 16rpx;
@@ -317,7 +317,7 @@ export default {
}
.gift-card-modal {
height: 560rpx;
width: 240rpx;
width: 340rpx;
justify-content: center;
z-index: 999;
margin-top: 100rpx;