当输入文字与标签匹配时 选择下拉框匹配标签 手动输入文字未直接消失

This commit is contained in:
670788339
2025-11-13 08:47:31 +08:00
parent c5e794ef45
commit 7316215809
2 changed files with 2 additions and 1 deletions

View File

@@ -217,6 +217,7 @@ export default {
this.$emit('change', this.displayTags);
this.clearInput();
this.$refs.tagSelect.visible = false;
},
clearInput() {

View File

@@ -2155,7 +2155,7 @@ export default {
right: 23.5%;
// bottom: 26%;
top: 0;
height: 20;
height: 20px;
line-height: 20px;
font-size: 12px;
color: #FFFFFF;