From 44093a5893cf5269e7577e484d538b74dd2ecde1 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Fri, 11 Sep 2026 09:55:08 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E9=80=81=E7=A4=BC):[#6046]=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E9=99=90=E5=88=B6=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?500=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/gift.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index 17fca27..55ffb2a 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -36,9 +36,11 @@ + {{ aiCoverDesc.length }}/500 @@ -1301,13 +1303,18 @@ export default { height: 200rpx; background: #fff; border-radius: 16rpx; - padding: 0 20rpx 20rpx 20rpx; + padding: 0 20rpx 12rpx 20rpx; box-sizing: border-box; overflow-y: auto; font-size: 28rpx; color: #333333; line-height: 40rpx; } + .prompt-tips { + font-size: 24rpx; + color: #999; + text-align: right; + } } .imgs-list-wrap { display: flex;
{{ aiCoverDesc.length }}/500