From fe596ffff3e7a400ab98e2915d60da8bf573374e Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Mon, 24 Nov 2025 11:56:52 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E7=A4=BC=E5=93=81=E7=BA=A2?= =?UTF-8?q?=E5=8C=85=E5=B0=81=E9=9D=A2=E5=B0=BA=E5=AF=B8=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/components/CoverPicker.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/pkg_user/views/gift/components/CoverPicker.vue b/pkg_user/views/gift/components/CoverPicker.vue index 2537468..4db8ab2 100644 --- a/pkg_user/views/gift/components/CoverPicker.vue +++ b/pkg_user/views/gift/components/CoverPicker.vue @@ -3,11 +3,9 @@ :show="show" mode="bottom" round="40rpx" - @close="close" :customStyle="{height: '600rpx'}" - closeable> - - 选择封面 + > + - + @@ -98,7 +96,7 @@ export default { .n-actived{ .cover-item{ transform: scale(0.8); - margin-bottom: -40rpx !important; + margin-bottom: -70rpx !important; } } @@ -161,10 +159,10 @@ export default { align-items: center; overflow: visible; transition: all .3s ease-in-out; - margin-bottom: 60rpx; + margin-bottom: 30rpx; .cover-image { width: 420rpx; - height: 580rpx; + // height: 580rpx; border-radius: 16rpx; transition: all .2s ease-in-out; }