mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-06 09:26:43 +08:00
当输入文字与标签匹配时 选择下拉框匹配标签 手动输入文字未直接消失
This commit is contained in:
@@ -217,6 +217,7 @@ export default {
|
||||
this.$emit('change', this.displayTags);
|
||||
|
||||
this.clearInput();
|
||||
this.$refs.tagSelect.visible = false;
|
||||
},
|
||||
|
||||
clearInput() {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user