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