NEZ-668 style: nezha 系统中输入框字符长度问题
This commit is contained in:
@@ -36,12 +36,12 @@
|
||||
<template v-if="scope.row.edit">
|
||||
<template v-if="item.prop == 'name'">
|
||||
<el-popover :content="rules.name.message" placement="top" trigger="manual" v-model="rules.name.switch" popper-class="small-pop warn-pop" @after-enter="popShow(rules.name)">
|
||||
<el-input slot="reference" v-model="scope.row[item.prop]" size="small" ></el-input>
|
||||
<el-input slot="reference" maxlength="64" show-word-limit v-model="scope.row[item.prop]" size="small" ></el-input>
|
||||
</el-popover>
|
||||
</template>
|
||||
<template v-if="item.prop == 'filePath'">
|
||||
<el-popover :content="rules.filePath.message" placement="top" trigger="manual" v-model="rules.filePath.switch" popper-class="small-pop warn-pop" @after-enter="popShow(rules.filePath)">
|
||||
<el-input slot="reference" v-model="scope.row[item.prop]" size="small" ></el-input>
|
||||
<el-input slot="reference" maxlength="256" show-word-limit v-model="scope.row[item.prop]" size="small" ></el-input>
|
||||
</el-popover>
|
||||
</template>
|
||||
<template v-if="item.prop == 'account'">
|
||||
|
||||
Reference in New Issue
Block a user