fix 备注无法换行

This commit is contained in:
赵霄
2024-02-19 15:29:47 +08:00
parent 1418bccc19
commit 4ed63795e8
6 changed files with 0 additions and 10 deletions
@@ -47,7 +47,6 @@
<!--流程说明-->
<a-form-item :labelCol="longLabelCol" :wrapperCol="longWrapperCol" :label="$t('processExplain')">
<a-input :placeholder="$t('pleaseEnter') + $t('processExplain')"
@change="event => event.target.value = event.target.value.trim()"
:maxLength="500"
type="textarea"
:disabled="processInfoDisabled"
@@ -245,7 +244,6 @@
<!--备注-->
<a-form-item :labelCol="longLabelCol" :wrapperCol="longWrapperCol" :label="$t('remarks')">
<a-input :placeholder="$t('pleaseEnter') + $t('remarks')"
@change="event => event.target.value = event.target.value.trim()"
:maxLength="500"
type="textarea"
:rows="4"