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

This commit is contained in:
linxi
2025-11-13 15:29:48 +08:00
parent fcb6b39060
commit 9739b0b4f1
+5 -3
View File
@@ -182,12 +182,14 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
background: #fff; background: #fff;
border-radius: 0; border-radius: 16rpx;
overflow: hidden; overflow: hidden;
padding: 20rpx;
} }
.cover { .cover {
width: 180rpx; width: 160rpx;
height: 180rpx; height: 160rpx;
border-radius: 16rpx;
} }
.info { .info {
flex: 1; flex: 1;