diff --git a/frontend/src/business/components/track/review/commom/ReviewComment.vue b/frontend/src/business/components/track/review/commom/ReviewComment.vue index c849f11adc03d1ad94c297b7add041e03d0f7cb5..728a19d88dd9c631825e4daae032d13014e4f7a7 100644 --- a/frontend/src/business/components/track/review/commom/ReviewComment.vue +++ b/frontend/src/business/components/track/review/commom/ReviewComment.vue @@ -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"