From 6e92e7b101c2ea468a4b0d2a19066bc1b4d31764 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期五, 12 五月 2023 18:03:14 +0800
Subject: [PATCH] 发布管理,图层管理页面修改

---
 src/components/mapsdk.vue |   38 ++++++++++++++++++++++++++++++++++----
 1 files changed, 34 insertions(+), 4 deletions(-)

diff --git a/src/components/mapsdk.vue b/src/components/mapsdk.vue
index f80f26d..0b7d4b1 100644
--- a/src/components/mapsdk.vue
+++ b/src/components/mapsdk.vue
@@ -90,7 +90,7 @@
               <el-form-item label="绾害:">
                 <el-input
                   v-model="coordFrom.lat"
-                  placeholder="璇疯緭鍏ョ淮搴�"
+                  placeholder="璇疯緭鍏ョ含搴�"
                 ></el-input>
               </el-form-item>
               <el-form-item label="楂樺害:">
@@ -312,7 +312,17 @@
       </div>
       <!--      <div style="display: flex;">-->
       <div
-        class="changeTerrain"
+        style=" position: absolute;
+  bottom: 84px;
+  right: 46px;
+  height: 30px;
+  width: 30px;
+  z-index: 101;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  cursor: pointer;
+  border: 1px solid rgba(255, 255, 255, 0.5);"
         @click="changeTerrainLayer"
       >
         <div
@@ -324,7 +334,17 @@
       <!--      class="center CenDiv"-->
       <div
         @click="changeMenulayer"
-        class="changeLayer"
+        style=" position: absolute;
+  bottom: 116px;
+  right: 46px;
+  height: 30px;
+  width: 30px;
+  z-index: 101;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  cursor: pointer;
+  border: 1px solid rgba(255, 255, 255, 0.5);"
       >
         <div
           title="搴曞浘鍒囨崲"
@@ -335,7 +355,17 @@
 
       <div
         @click="changeMapType"
-        class="changeMapType"
+        style="  position: absolute;
+  bottom: 52px;
+  right: 46px;
+  height: 30px;
+  width: 30px;
+  z-index: 101;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  cursor: pointer;
+  border: 1px solid rgba(255, 255, 255, 0.5);"
       >
         <div
           title="2/3缁村垏鎹�"

--
Gitblit v1.9.3