fix: 知识库问答问题限制字符数量(#148)

This commit is contained in:
wangdan-fit2cloud 2024-04-18 11:28:10 +08:00 committed by GitHub
parent 10408c5711
commit 6c0b7da67f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,6 +147,7 @@
placeholder="请输入" placeholder="请输入"
:rows="1" :rows="1"
type="textarea" type="textarea"
:maxlength="1024"
@keydown.enter="sendChatHandle($event)" @keydown.enter="sendChatHandle($event)"
/> />
<div class="operate"> <div class="operate">