Commit 05ece82a by chenxin

fix:限制500

parent ad2778ba
......@@ -21,7 +21,7 @@
</div>
</div>
<div class="drag-item--editor__right fl pl20">
<dm-input type="textarea" :rows="10" v-model="v.copyText" :maxlength="5000"></dm-input>
<dm-input type="textarea" :rows="10" v-model="v.copyText" :maxlength="500"></dm-input>
</div>
<div class="text-right pt20 fr">
<el-button size="small" @click="cancel(v, i)">取消</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment