From 7cb1ce777eb6f74e17289f9dfdd3721085755f32 Mon Sep 17 00:00:00 2001 From: francis_fh <13935151924@163.com> Date: Mon, 22 Dec 2025 12:14:27 +0800 Subject: [PATCH] =?UTF-8?q?ai=E9=A1=B5=E9=9D=A2=E5=AE=A1=E6=A0=B8=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/components/ai-paging.vue | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/pages/chat/components/ai-paging.vue b/pages/chat/components/ai-paging.vue index 9eccc48..2c5309f 100644 --- a/pages/chat/components/ai-paging.vue +++ b/pages/chat/components/ai-paging.vue @@ -184,7 +184,6 @@ src="/static/icon/addGroup.png" > - @@ -199,6 +198,7 @@ + 本服务为AI生成内容,结果仅供参考 @@ -1021,13 +1021,26 @@ image-margin-top = 40rpx } .input-area { padding: 32rpx 28rpx 24rpx 28rpx; - padding-bottom: calc(24rpx + env(safe-area-inset-bottom) + 40rpx - 40rpx); + /* #ifdef H5 */ + padding-bottom: calc(24rpx + env(safe-area-inset-bottom) + 70rpx); + /* #endif */ + /* #ifdef MP-WEIXIN */ + /* 小程序不支持CSS中的本地图片,使用image标签替代 */ + padding-bottom: calc(24rpx + env(safe-area-inset-bottom) + 40rpx - 50rpx); + /* #endif */ position: relative; background: #FFFFFF; box-shadow: 0rpx -4rpx 10rpx 0rpx rgba(11,44,112,0.06); transition: height 2s ease-in-out; z-index: 1001; } +.ai-tips{ + font-size: 24rpx; + color: #8c8c8c; + line-height: 33rpx; + margin-top: 18rpx; + text-align: center; +} .input-area::after position: absolute content: ''