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