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: ''