|
@@ -9,8 +9,11 @@
|
|
|
</border-panel>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <div style="width: 900px; height: 1000px; display: flex;justify-content: center; margin-top: 150px;">
|
|
|
+ <div style="width: 900px; height: 1000px; display: flex;position: relative;justify-content: center; padding-top: 150px;">
|
|
|
<MapCharts :qx="qx" @selectArea="area => qx = area" />
|
|
|
+ <div style="position: absolute; width: 500px; top: 10px; left: -20px">
|
|
|
+ <SearchBox :area.sync="qx" />
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>
|
|
@@ -30,7 +33,7 @@
|
|
|
import Construction from "./components/Construction.vue";
|
|
|
import ManagementContent from "./components/ManagementContent.vue";
|
|
|
import MapCharts from "../Home/components/MapCharts.vue";
|
|
|
-
|
|
|
+ import SearchBox from '@/components/SearchBox.vue';
|
|
|
import {
|
|
|
getGlzts,
|
|
|
getWbxxs,
|
|
@@ -46,7 +49,7 @@
|
|
|
Construction,
|
|
|
ManagementContent,
|
|
|
MapCharts,
|
|
|
-
|
|
|
+ SearchBox
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
@@ -135,4 +138,4 @@
|
|
|
};
|
|
|
</script>
|
|
|
|
|
|
-<style scoped lang="less"></style>
|
|
|
+<style scoped lang="less"></style>
|