From 86cdd4e6eece0ee4679e62ae347ec003db7d7425 Mon Sep 17 00:00:00 2001
From: 王旭 <1377869194@qq.com>
Date: 星期三, 10 五月 2023 14:36:41 +0800
Subject: [PATCH] 根据给到文档修改五、5月5日新提交问题完成

---
 src/components/mapsdk.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/components/mapsdk.vue b/src/components/mapsdk.vue
index 0efb01d..7723b34 100644
--- a/src/components/mapsdk.vue
+++ b/src/components/mapsdk.vue
@@ -75,16 +75,16 @@
             <el-form
               ref="form"
               :model="coordFrom"
-              label-width="50px"
+
             >
               <el-form-item label="缁忓害:">
-                <el-input v-model="coordFrom.lon"></el-input>
+                <el-input v-model="coordFrom.lon" placeholder="璇疯緭鍏ョ粡搴�"></el-input>
               </el-form-item>
               <el-form-item label="绾害:">
-                <el-input v-model="coordFrom.lat"></el-input>
+                <el-input v-model="coordFrom.lat" placeholder="璇疯緭鍏ョ淮搴�"></el-input>
               </el-form-item>
               <el-form-item label="楂樺害:">
-                <el-input v-model="coordFrom.height"></el-input>
+                <el-input v-model="coordFrom.height" placeholder="璇疯緭鍏ラ珮搴�"></el-input>
               </el-form-item>
               <el-form-item>
                 <el-button
@@ -738,9 +738,9 @@
         val: 50,
       },
       coordFrom: {
-        lon: 116.3911,
-        lat: 39.9115,
-        height: 100000,
+        lon: "",
+        lat:"",
+        height: "",
       },
       listData: {
         name: null,
@@ -1760,7 +1760,7 @@
       z-index: 40;
       position: absolute;
       right: 8%;
-      bottom: 1%;
+      bottom: 10%;
     }
     .propertiesPop {
       width: 350px;

--
Gitblit v1.9.3