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