diff --git a/pkg_user/views/gift/components/CoverPicker.vue b/pkg_user/views/gift/components/CoverPicker.vue index 7791687..243ffd5 100644 --- a/pkg_user/views/gift/components/CoverPicker.vue +++ b/pkg_user/views/gift/components/CoverPicker.vue @@ -131,7 +131,7 @@ export default { margin-top: 20rpx; } .cover-swiper{ - height: 620rpx; + height: 800rpx; } .cover-picker { .cover-title { @@ -147,7 +147,7 @@ export default { flex-direction: column; align-items: center; .cover-image { - width: 240rpx; + width: 340rpx; height: 560rpx; border-radius: 16rpx; transition: all .2s ease-in-out; diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index 5e58ab3..a0727c1 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -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;