From 1fbbbed4f06dea91ecb4c54f4abb2cc784b19403 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Thu, 20 Feb 2025 08:34:58 +0800 Subject: [PATCH] =?UTF-8?q?Task=EF=BC=9A=E7=A4=BC=E5=93=81=E8=B5=A0?= =?UTF-8?q?=E9=80=81/=E9=80=81=E7=A4=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/gift/components/CoverPicker.vue | 13 +- pkg_user/views/gift/gift.vue | 121 +++++++++++++++++- 2 files changed, 128 insertions(+), 6 deletions(-) diff --git a/pkg_user/views/gift/components/CoverPicker.vue b/pkg_user/views/gift/components/CoverPicker.vue index 6c9542b..d1d4c08 100644 --- a/pkg_user/views/gift/components/CoverPicker.vue +++ b/pkg_user/views/gift/components/CoverPicker.vue @@ -13,8 +13,8 @@ :circular="true" :indicator-dots="false" @change="onChange" - previous-margin="120rpx" - next-margin="120rpx" + previous-margin="160rpx" + next-margin="160rpx" class="cover-swiper" > @@ -29,6 +29,7 @@ 确定 + 红包封面在对方领取时展示 @@ -66,12 +67,18 @@ export default {