From a3f7347964b80ec3162f8af634d4d1c47378729b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 07 Mar 2022 17:37:27 +0800
Subject: [PATCH] 地图标记更改,地图路线详情显示,标签样式,搜索框内容间距,滚动条样式

---
 src/components/map/components/mapPopup.vue |   31 +++++++++++++++++++++++++------
 1 files changed, 25 insertions(+), 6 deletions(-)

diff --git a/src/components/map/components/mapPopup.vue b/src/components/map/components/mapPopup.vue
index a9c7f5f..c11d181 100644
--- a/src/components/map/components/mapPopup.vue
+++ b/src/components/map/components/mapPopup.vue
@@ -297,7 +297,7 @@
         </div>
 
         <!-- 新增编辑标签 -->
-        <div v-if="addIconsLayerIconPopup" class="monitor-dom" id="leftNavsAdd">
+        <div v-if="addIconsLayerIconPopup" class="monitor-dom add-sign-box-style" id="leftNavsAdd">
             <div style="width: 100%; height: 100%">
                 <div class="divForms divForms-theme">
                     <div class="divForms-wrap">
@@ -316,10 +316,6 @@
                                         class="addIconFromInput"
                                     >
                                         <template slot="prepend">标题:</template>
-                                        <i
-                                            slot="suffix"
-                                            class="el-icon-edit el-input__icon addIconFromInputicon"
-                                        ></i>
                                     </el-input>
                                     <img
                                         @click="closeaddIconsLayerIconPopup"
@@ -1144,9 +1140,32 @@
 }
 </script>
 
-<style>
+<style lang="scss">
 .labelLayeridewm {
     width: 250px !important;
     height: 250px !important;
 }
+
+.add-sign-box-style {
+    input:-moz-placeholder,
+    textarea:-moz-placeholder {
+        color: #fff;
+    }
+    input:-ms-input-placeholder,
+    textarea:-ms-input-placeholder {
+        color: #fff;
+    }
+    input::-webkit-input-placeholder,
+    textarea::-webkit-input-placeholder {
+        color: #fff;
+    }
+
+    .addIconsLayerinimgs {
+        margin-top: 4px;
+    }
+
+    .addIconsLayerin {
+        padding: 0 10px;
+    }
+}
 </style>

--
Gitblit v1.9.3