From c9c048e1ed5a8bf4b26fe343082d605aff575cc8 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Thu, 17 Sep 2026 14:31:49 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E9=80=81=E7=A4=BC):[#6162,=20#6163]?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=B1=95=E7=A4=BA=E6=95=88=E6=9E=9C=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/gift.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index 6c88272..686eebb 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -46,7 +46,7 @@ />

{{ aiCoverDesc.length }}/300

- + @@ -1460,9 +1459,9 @@ export default { } .imgs-list-wrap { display: flex; - justify-content: space-around; + justify-content: center; align-items: baseline; - gap: 24rpx; + gap: 40rpx; padding: 20rpx 0; box-sizing: border-box; &.scrollable { @@ -1476,7 +1475,16 @@ export default { height: 176rpx; flex-shrink: 0; &.active { - transform: scale(1.2); + transform: scale(1.2) translateY(-16rpx); + } + } + .ai-img-list-wrap { + padding: 28rpx 0 20rpx 0; + .img-item { + .img-image { + width: 142rpx; + height: 196rpx; + } } } }