This commit is contained in:
yanran200730
2022-01-10 13:57:09 +08:00
parent c93dc7fff2
commit 1b73156267
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<div class="header-description">
<u-form :model="forms" ref="uForm" label-width="auto">
<u-form-item label="标题" prop="title" required label-position="top">
<u-input v-model="forms.title" placeholder="请输入标题(30字以内)" type="textarea" auto-height height="60"
<u-input v-model="forms.title" :focus="true" placeholder="请输入标题(30字以内)" type="textarea" auto-height height="60"
maxlength="30"/>
</u-form-item>