From 6b0011d73d2a1efb4dde17579a63470de627345f Mon Sep 17 00:00:00 2001 From: linxi Date: Mon, 11 Aug 2025 15:41:08 +0800 Subject: [PATCH] =?UTF-8?q?Style=EF=BC=9A=20=E7=A4=BC=E5=93=81=E5=8D=A1?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E6=A0=B7=E5=BC=8F=E8=B0=83=E4=BC=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/components/CoverPicker.vue | 4 ++-- pkg_user/views/gift/components/GiftCard.vue | 7 ++++--- pkg_user/views/giftList.vue | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pkg_user/views/gift/components/CoverPicker.vue b/pkg_user/views/gift/components/CoverPicker.vue index d4db5d0..1a5f7b1 100644 --- a/pkg_user/views/gift/components/CoverPicker.vue +++ b/pkg_user/views/gift/components/CoverPicker.vue @@ -22,8 +22,8 @@ diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index 930f85b..eb1fd4e 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -3,8 +3,8 @@ @@ -320,7 +320,8 @@ export default { width: 340rpx; justify-content: center; z-index: 999; - margin-top: 100rpx; + /* margin-top: 100rpx; */ + zoom: 1.5; border-radius: 16rpx; display: flex; flex-direction: column; diff --git a/pkg_user/views/giftList.vue b/pkg_user/views/giftList.vue index ed66ee0..14b23d2 100644 --- a/pkg_user/views/giftList.vue +++ b/pkg_user/views/giftList.vue @@ -261,7 +261,7 @@ export default { withShareTicket: true }) return { - title: this.giftItem.message || '礼笺轻启,礼藏心意', + title: '礼笺轻启,礼藏心意', path: `/pkg_user/views/gift/receive?code=${this.giftItem.code}`, imageUrl: this.giftItem.templateInfo.image }