mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 13:42:52 +08:00
工作单位搜索组件样式调整
This commit is contained in:
@@ -135,8 +135,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
onInput(event) {
|
||||
this.value = event.target.value
|
||||
this.$emit('input', this.value)
|
||||
this.$emit('input', event.target.value)
|
||||
},
|
||||
onInputBlur() {
|
||||
this.showCustomer = false
|
||||
@@ -152,7 +151,6 @@ export default {
|
||||
})
|
||||
},
|
||||
chooseCustomer(item) {
|
||||
this.searchContent = item.label
|
||||
this.$emit('input', item.label)
|
||||
this.showCustomer = false
|
||||
}
|
||||
@@ -167,6 +165,7 @@ export default {
|
||||
color: #666;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.search_box {
|
||||
|
||||
Reference in New Issue
Block a user