diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index 2353caf..4d21961 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -179,12 +179,14 @@ export default { .info-btn{ border: 1px solid #C52733; color: #C52733; + width: 240rpx; border-radius: 100rpx; padding: 5rpx 40rpx; line-height: 60rpx; height: 60rpx; font-weight: 600; font-size: 32rpx; + white-space: nowrap; } .dialog-conent{ height: 100vh; @@ -279,8 +281,10 @@ export default { font-weight: bold; height: 60rpx; line-height: 60rpx; + width: 240rpx; /* margin-top: 40rpx; */ z-index: 999; + text-align: center; } .gift-card-modal { height: 704rpx;