From fef3b7d44648994901dd31f4ee289326520756a8 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Mon, 7 Jul 2025 17:37:41 +0800 Subject: [PATCH] =?UTF-8?q?Style(AI):=E8=BE=93=E5=85=A5=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=9C=80=E5=A4=9A=E6=94=AF=E6=8C=81500?= =?UTF-8?q?=E5=AD=97=E5=92=8C=E6=9C=80=E5=A4=A7=E9=AB=98=E5=BA=A6=EF=BC=8C?= =?UTF-8?q?=E8=B6=85=E8=BF=87=E5=88=99=E5=87=BA=E7=8E=B0Y=E8=BD=B4?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/components/bottomSend.vue | 2 +- assets/css/aiChat.less | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/aiChat/components/bottomSend.vue b/aiChat/components/bottomSend.vue index 884af87..988fcdb 100644 --- a/aiChat/components/bottomSend.vue +++ b/aiChat/components/bottomSend.vue @@ -29,7 +29,7 @@ :adjust-position="true" :auto-height="true" :disabled="loading" - :maxlength="-1" + :maxlength="500" class="inp" @confirm="sendHandle" @focus="promptInputFocusHandle" diff --git a/assets/css/aiChat.less b/assets/css/aiChat.less index 43c318c..bc86a4f 100644 --- a/assets/css/aiChat.less +++ b/assets/css/aiChat.less @@ -182,11 +182,13 @@ page { z-index: 5; width: 100%; height: 88rpx; + max-height: 220rpx; border: 0; box-sizing: border-box; line-height: 48rpx; color: #333; font-size: 30rpx; + overflow-y: auto; } .placeholder-txt { position: absolute;