@@ -5,7 +5,7 @@
{{tag}}
</el-tag>
<el-input class="input-new-tag" v-if="inputVisible" v-model="inputValue" ref="saveTagInput" size="small"
- @keyup.enter.native="handleInputConfirm" @blur="handleInputConfirm" :maxlength="10">
+ @keyup.enter.native="handleInputConfirm" @blur="handleInputConfirm">
</el-input>
<el-button v-else class="button-new-tag" size="small" @click="showInput">+ 添加</el-button>
</div>