From 764cb58899b8ca0e9632a5e83c6950569442c41c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 02 Nov 2022 14:28:12 +0800
Subject: [PATCH] 图片更改

---
 src/views/hd/baseMapMap.vue |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/src/views/hd/baseMapMap.vue b/src/views/hd/baseMapMap.vue
index 822f35d..2cd43af 100644
--- a/src/views/hd/baseMapMap.vue
+++ b/src/views/hd/baseMapMap.vue
@@ -3,16 +3,18 @@
     <MapInThere ref="baseMapMapsMap" />
     <div class="controlbaseMapMap">
       <div v-for="(item, index) in mapServiceValue" :key="index">
-        {{ item.type + " " + index }}
-        <el-switch class="around_left" v-model="item.show"> </el-switch>
-        <el-button
-          class="around_left"
-          type="danger"
-          icon="el-icon-delete"
-          circle
-          @click="deleteMapService(index)"
-          :disabled="notSet"
-        ></el-button>
+        {{ item.name }}
+        <div style="float: right">
+          <el-switch class="around_left" v-model="item.show"> </el-switch>
+          <el-button
+            class="around_left"
+            type="danger"
+            icon="el-icon-delete"
+            circle
+            @click="deleteMapService(index)"
+            :disabled="notSet"
+          ></el-button>
+        </div>
         <el-divider v-if="index != mapServiceValue.length - 1"></el-divider>
       </div>
     </div>
@@ -121,6 +123,9 @@
     padding: 10px;
     border-radius: 10px;
     box-shadow: 0px 0px 10px -3px #000;
+    max-height: 370px;
+    overflow-x: auto;
+    overflow-y: scroll;
   }
   // 验证
   .notPath {

--
Gitblit v1.9.3