[update] 修改bug80017

This commit is contained in:
lideqin
2024-01-04 18:08:08 +08:00
parent af85c25d7e
commit 8888f989bc
@@ -51,6 +51,7 @@
<a-col :span="12">
<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>