fix input去掉前后去空格

This commit is contained in:
赵霄
2024-03-05 11:01:55 +08:00
parent c3bd73a6d5
commit 765f60a99a
92 changed files with 28 additions and 213 deletions
@@ -53,7 +53,6 @@
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('title')">
<a-input v-decorator.trim="[ 'title', validatorRules.title]"
:maxLength="50"
@change="event => event.target.value = event.target.value.trim()"
:placeholder="$t('pleaseEnter') + $t('title')"/>
</a-form-item>
</a-col>