From 5cf33b2b4217dbe50e7fa0599e09e0ee8ae63db4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 15 Feb 2022 15:33:02 +0800
Subject: [PATCH] 样式修改
---
src/components/map/components/campusBuildingSearch.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/components/map/components/campusBuildingSearch.vue b/src/components/map/components/campusBuildingSearch.vue
index 77f09e6..0ec2e0f 100644
--- a/src/components/map/components/campusBuildingSearch.vue
+++ b/src/components/map/components/campusBuildingSearch.vue
@@ -151,7 +151,8 @@
this.$message({
message: '请输入关键字',
- type: 'warning'
+ type: 'warning',
+ duration: 1000
})
return
}
@@ -159,6 +160,8 @@
if (res.data.data.length > 0) {
this.$store.commit('SET_SEARCHPOPUPFLAG', true)
this.$store.commit('SET_SEARCHPOPUPLIST', res.data.data)
+ this.searchInput = ''
+ this.searchValList = []
this.searchValShow = false
}
})
@@ -258,7 +261,7 @@
() => {
},
- 3
+ 0.5
)
},
--
Gitblit v1.9.3