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

This commit is contained in:
670788339
2025-11-13 08:51:51 +08:00
parent 720cff1d1e
commit 2576174e95
2 changed files with 2 additions and 1 deletions

View File

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

View File

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