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

@@ -15,6 +15,7 @@
label-width="120px" :rules="rules" ref="alertSilenceForm">
<el-form-item :label='$t("alert.silence.name")' prop="name" class="range-name">
<el-input
maxlength="64" show-word-limit
:placeholder="''"
size="small"
v-model="editAlertSilence.name">
@@ -92,7 +93,7 @@
type="textarea"
:placeholder="$t('alert.description')"
v-model="editAlertSilence.remark"
maxlength="512"
maxlength="256"
show-word-limit>
</el-input>