@@ -39,6 +40,7 @@ import MapLayerSwitch from "./Map/components/LayerSwitch.vue";
import LayerTree from "./Map/components/LayerTree.vue";
import Map from "./Map/index.vue";
import RegionSelect from "../RegionSelect/index.vue";
+import MapSearch from "./MapSearch/index.vue";
import { onBeforeUnmount, onMounted, ref } from "vue";
defineOptions({
name: "main",
@@ -82,5 +84,12 @@ onBeforeUnmount(() => {
flex-direction: column;
justify-content: space-between;
align-items: flex-end;
+ .top {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ align-items: center;
+ gap: 12px;
+ }
}
diff --git a/src/views/RegionSelect/index.vue b/src/views/RegionSelect/index.vue
index 5ae329a..e70322e 100644
--- a/src/views/RegionSelect/index.vue
+++ b/src/views/RegionSelect/index.vue
@@ -1,16 +1,43 @@
行政区划
-
-
-
+