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

@ -63,7 +63,7 @@
抱歉没有查找到相关内容请重新描述您的问题或提供更多信息
</el-card>
<el-card v-else-if="item.is_stop" shadow="always" class="dialog-card">
已停止回答
已停止回答
</el-card>
<el-card v-else shadow="always" class="dialog-card">
回答中 <span class="dotting"></span>
@ -147,6 +147,7 @@
placeholder="请输入"
:rows="1"
type="textarea"
:maxlength="1024"
@keydown.enter="sendChatHandle($event)"
/>
<div class="operate">