29180
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="text-area">
|
||||
<u-input v-model="form.description" type="textarea" :height="150" :auto-height="true" maxlength="500" placeholder="请输入事件内容描述" placeholder-style="font-size:16px;" />
|
||||
<div class="hint">{{ form.description.length }}/500</div>
|
||||
<u-input v-model="form.description" type="textarea" :height="150" :auto-height="true" maxlength="200" placeholder="请输入事件内容描述" placeholder-style="font-size:16px;" />
|
||||
<div class="hint">{{ form.description.length }}/200</div>
|
||||
</div>
|
||||
<div class="footer" @click="confirm">
|
||||
<div class="btn">确认提交</div>
|
||||
|
||||
Reference in New Issue
Block a user