perf: 支持10000以上最多引用字符数(#603)(#628)

perf: 支持10000以上最多引用字符数(#603)(#628)
This commit is contained in:
wangdan-fit2cloud 2024-06-13 11:43:11 +08:00 committed by GitHub
commit 0c25a66280
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@
placeholder="请输入"
:autosize="{ minRows: 1, maxRows: 4 }"
type="textarea"
:maxlength="1024"
:maxlength="100000"
@keydown.enter="sendChatHandle($event)"
/>
<div class="operate">

View File

@ -83,7 +83,7 @@
show-input
:show-input-controls="false"
:min="500"
:max="10000"
:max="100000"
class="custom-slider"
/>
</el-form-item>