소스 검색

修改评论字数

qinzhipeng_v 5 년 전
부모
커밋
e420323f6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/projectManage/bugList/details/index.vue

+ 1 - 1
src/views/projectManage/bugList/details/index.vue

@@ -488,7 +488,7 @@
               v-model="commentContent"
               type="textarea"
               placeholder="请输入评论内容"
-              maxlength="300"
+              maxlength="1000"
               show-word-limit
               :autosize="{ minRows: 3, maxRows: 5}"
               style="margin-bottom: 2%"