NEZ-668 style: nezha 系统中输入框字符长度问题

This commit is contained in:
@changcode
2021-05-28 10:43:41 +08:00
parent 753f4d76d9
commit 7ddc9bc67c
25 changed files with 64 additions and 61 deletions

View File

@@ -30,7 +30,8 @@
v-model="editModule.remark"
:autosize="{ minRows: 1, maxRows: 6}"
class="not-fixed-height no-resize"
maxlength="1024"
maxlength="256"
show-word-limit
placeholder=""
size="small"
type="textarea"></el-input>