1
mayisheng
2022-08-15 81f54040c2cb65537c6c6e1db8358a39a57dea0d
1
3 files modified
2 files deleted
22 ■■■■■ changed files
public/718.zip patch | view | raw | blame | history
public/wp.zip patch | view | raw | blame | history
src/components/leftNav/index.vue 16 ●●●● patch | view | raw | blame | history
src/components/map/components/mapPopup copy.vue 1 ●●●● patch | view | raw | blame | history
src/components/map/components/mapPopup.vue 5 ●●●●● patch | view | raw | blame | history
public/718.zip
Binary files differ
public/wp.zip
Binary files differ
src/components/leftNav/index.vue
@@ -71,14 +71,14 @@
                    checked: '/img/leftnav/scene-checked.png',
                    layer: 'leftSceneLayer'
                },
                {
                    flag: false,
                    label: '监控',
                    img: '/img/leftnav/monitor.png',
                    normal: '/img/leftnav/monitor.png',
                    checked: '/img/leftnav/monitor-checked.png',
                    layer: 'leftMonitorLayer'
                },
                // {
                //     flag: false,
                //     label: '监控',
                //     img: '/img/leftnav/monitor.png',
                //     normal: '/img/leftnav/monitor.png',
                //     checked: '/img/leftnav/monitor-checked.png',
                //     layer: 'leftMonitorLayer'
                // },
                {
                    flag: false,
                    label: '活动',
src/components/map/components/mapPopup copy.vue
@@ -792,6 +792,7 @@
          this.audioSynth.cancel();
          this.audioFlag = false;
          this.audioCourse = false;
        }
      },
    },
src/components/map/components/mapPopup.vue
@@ -1217,4 +1217,9 @@
        padding: 0 10px;
    }
}
.introduce p {
    padding: 0px;
    height: 300px;
    overflow-y: scroll;
}
</style>