Funny 3 年之前
父節點
當前提交
df1ea7a820
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/components/orderComponents/orderAMap.vue
  2. 二進制
      static/image/icon_close3.png

+ 5 - 5
src/components/orderComponents/orderAMap.vue

@@ -28,7 +28,7 @@
       <amap-marker v-for="(marker,index) in markers" :key="index" :offset="marker.offset" :position="marker.position" :icon="marker.icon" :label="marker.label" />
     </amap>
     <!-- 关闭按钮 -->
-    <img @click="dialogTableVisible = false" class="close" src="../../../static/image/icon_close2.png" alt="">
+    <img @click="dialogTableVisible = false" class="close" src="../../../static/image/icon_close3.png" alt="">
   </el-dialog>
 </template>
 
@@ -355,10 +355,10 @@ export default {
 }
 .close {
   position: absolute;
-  top: -5px;
-  right: -5px;
-  width: 40px;
-  height: 40px;
+  top: -30px;
+  right: -25px;
+  width: 30px;
+  height: 30px;
   cursor: pointer;
 }
 </style>

二進制
static/image/icon_close3.png