mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
当输入文字与标签匹配时 选择下拉框匹配标签 手动输入文字未直接消失
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user