Fix:4448 【旅居商城小程序】送礼—礼包已领取页面团购主图和名称显示问题
This commit is contained in:
@@ -194,13 +194,14 @@ export default {
|
|||||||
}
|
}
|
||||||
.card {
|
.card {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 16rpx;
|
border-radius: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.cover {
|
.cover {
|
||||||
width: 220rpx;
|
width: 180rpx;
|
||||||
height: 220rpx;
|
height: 180rpx;
|
||||||
}
|
}
|
||||||
.info {
|
.info {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user