commit
0c25a66280
@ -149,7 +149,7 @@
|
|||||||
placeholder="请输入"
|
placeholder="请输入"
|
||||||
:autosize="{ minRows: 1, maxRows: 4 }"
|
:autosize="{ minRows: 1, maxRows: 4 }"
|
||||||
type="textarea"
|
type="textarea"
|
||||||
:maxlength="1024"
|
:maxlength="100000"
|
||||||
@keydown.enter="sendChatHandle($event)"
|
@keydown.enter="sendChatHandle($event)"
|
||||||
/>
|
/>
|
||||||
<div class="operate">
|
<div class="operate">
|
||||||
|
|||||||
@ -83,7 +83,7 @@
|
|||||||
show-input
|
show-input
|
||||||
:show-input-controls="false"
|
:show-input-controls="false"
|
||||||
:min="500"
|
:min="500"
|
||||||
:max="10000"
|
:max="100000"
|
||||||
class="custom-slider"
|
class="custom-slider"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user