Prechádzať zdrojové kódy

数据中心-区域标记功能,建议在页面下方增加操作指南:鼠标右击完成标记,点击【确定】按钮,为标记区域命名

lidongyu 1 rok pred
rodič
commit
cb2bb1f977

+ 10 - 6
data-ui/src/views/data/common/ISuperMapAreaMarker.vue

@@ -41,10 +41,11 @@
         </div>
 
         <div style="width: 80%; float: left;">
-          <Supermap ref="areaSupermap" style="width: 100%;height:75vh"
-                    :mapDiv="uuid" :mapSite="{doubleClickZoom:false}" :codes="['9fa5']"
-                    :isSideBySide="false" :showAreaLatLng="showAreaLatLng"></Supermap>
+            <Supermap ref="areaSupermap" style="width: 100%;height:75vh"
+                      :mapDiv="uuid" :mapSite="{doubleClickZoom:false}" :codes="['9fa5']"
+                      :isSideBySide="false" :showAreaLatLng="showAreaLatLng"></Supermap>
         </div>
+
       </div>
       <el-button type="primary" @click="closeDialog">确定</el-button>
       <el-button @click="clearAway">清除</el-button>
@@ -81,11 +82,14 @@
         </div>
 
         <div style="width: 80%; float: left;">
-          <supermap ref="supermap" style="width: 100%; height: 75vh;" :putSmUserID_layer="putSmUserID_layer" @showLatLng="showLatLng"></supermap>
+           <supermap ref="supermap" style="width: 100%; height: 75vh;" :putSmUserID_layer="putSmUserID_layer" @showLatLng="showLatLng"></supermap>
         </div>
       </div>
-            <el-button type="primary" @click="closeDialog">确定</el-button>
-            <el-button @click="clearAway">清除</el-button>
+
+
+        <el-button type="primary" @click="closeDialog">确定</el-button>
+        <el-button @click="clearAway">清除</el-button>
+      <span style="float: none; margin-left: 200px;">操作提示:鼠标右击完成标记,点击【确定】按钮,为标记区域命名</span>
     </el-dialog>