fix:加大case review中comment的长度限制
This commit is contained in:
parent
bb5ddf18f5
commit
28d3f93861
|
@ -18,8 +18,8 @@
|
||||||
type="textarea"
|
type="textarea"
|
||||||
:placeholder="$t('test_track.comment.send_comment')"
|
:placeholder="$t('test_track.comment.send_comment')"
|
||||||
v-model="textarea"
|
v-model="textarea"
|
||||||
maxlength="60"
|
maxlength="180"
|
||||||
show-word-limit
|
show-word-limt
|
||||||
resize="none"
|
resize="none"
|
||||||
:autosize="{ minRows: 4, maxRows: 4}"
|
:autosize="{ minRows: 4, maxRows: 4}"
|
||||||
@keyup.ctrl.enter.native="sendComment"
|
@keyup.ctrl.enter.native="sendComment"
|
||||||
|
|
Loading…
Reference in New Issue