zhaobao 1 年之前
父节点
当前提交
3bcefe451c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/home/components/Map/index.vue

+ 2 - 2
src/views/home/components/Map/index.vue

@@ -30,7 +30,7 @@
   import GoafDetail from '../GoafDetail.vue'
   import { getMapLayerById, getMapLayer,getMapLayerInfoById } from '@/api/goaf/layer'
   import { NumConvertLM } from '@/utils'
-  const iconSize = [45, 65]
+  const iconSize = [45, 46]
   export default {
     name: 'GoafVisualEditor',
     components: {
@@ -429,7 +429,7 @@
     background-image:url(@/assets/map/warn.png);
     background-repeat: no-repeat;
     background-position: center center;
-    background-size: 24px 48px;
+    background-size: 20px 40px;
     // border-radius: 50% 50% 10% 10%;
     animation: twinkle 0.5s infinite alternate;
     position: absolute;