fix:加大case review中comment的长度限制

This commit is contained in:
wenyann 2021-03-31 18:10:53 +08:00 committed by 刘瑞斌
parent bb5ddf18f5
commit 28d3f93861
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
type="textarea"
:placeholder="$t('test_track.comment.send_comment')"
v-model="textarea"
maxlength="60"
show-word-limit
maxlength="180"
show-word-limt
resize="none"
:autosize="{ minRows: 4, maxRows: 4}"
@keyup.ctrl.enter.native="sendComment"