Procházet zdrojové kódy

优化bug详情页title

qinzhipeng_v@didiglobal.com před 4 roky
rodič
revize
9b0e393f92
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/projectManage/bugList/details/index.vue

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

@@ -38,7 +38,7 @@
                   <el-input
                   <el-input
                     v-model="bugNameForm.bugName"
                     v-model="bugNameForm.bugName"
                     type="textarea"
                     type="textarea"
-                    autosize
+                    :autosize="{ minRows: 2, maxRows: 3}"
                     maxlength="150"
                     maxlength="150"
                     :show-word-limit="showWordLimit"
                     :show-word-limit="showWordLimit"
                     :style="bugNameTextareaStyle"
                     :style="bugNameTextareaStyle"