Fix:4448 【旅居商城小程序】送礼—礼包已领取页面团购主图和名称显示问题

This commit is contained in:
linxi
2025-11-11 17:24:16 +08:00
parent f129d6cde4
commit 6ff20d9b2d
+4 -3
View File
@@ -194,13 +194,14 @@ export default {
}
.card {
display: flex;
align-items: center;
background: #fff;
border-radius: 16rpx;
border-radius: 0;
overflow: hidden;
}
.cover {
width: 220rpx;
height: 220rpx;
width: 180rpx;
height: 180rpx;
}
.info {
flex: 1;