This commit is contained in:
shijingjing
2022-01-22 10:33:17 +08:00
parent 55486b4257
commit b9728e577f
2 changed files with 2 additions and 11 deletions

View File

@@ -33,7 +33,7 @@
<div class="line"></div>
<u-form-item label="描述信息" prop="content" :border-bottom="false" label-position="top" class="contents">
<u-input v-model="forms.content" placeholder="请输入详细描述信息" type="textarea" auto-height maxlength="500" overflow="visible" />
<u-input v-model="forms.content" placeholder="请输入详细描述信息" type="textarea" :auto-height="true" maxlength="500" />
</u-form-item>
<div class="line"></div>