fix: 知识库问答问题限制字符数量(#148)
parent
10408c5711
commit
6c0b7da67f
|
|
@ -147,6 +147,7 @@
|
|||
placeholder="请输入"
|
||||
:rows="1"
|
||||
type="textarea"
|
||||
:maxlength="1024"
|
||||
@keydown.enter="sendChatHandle($event)"
|
||||
/>
|
||||
<div class="operate">
|
||||
|
|
|
|||
Loading…
Reference in New Issue