Browse Source

事件详情地图

彭宇 2 years ago
parent
commit
5107e03273
2 changed files with 188 additions and 961 deletions
  1. 0 3
      src/views/dialog.vue
  2. 188 958
      src/views/forest.vue

+ 0 - 3
src/views/dialog.vue

@@ -4,9 +4,6 @@
     <vheader></vheader>
     <vheader></vheader>
     <!--主体-->
     <!--主体-->
     <div class="visual-body">
     <div class="visual-body">
-      <button @click="showEventDialog"
-              style="position: absolute; left:50%;top: 50vh; transform: translateX(-50%);">触发事件详情
-      </button>
       <!-- 弹层 -->
       <!-- 弹层 -->
       <el-dialog title="事件详情" :visible.sync="eventDialog" v-if="eventDialog" width="90%"
       <el-dialog title="事件详情" :visible.sync="eventDialog" v-if="eventDialog" width="90%"
                  @close="cancelEventShow()">
                  @close="cancelEventShow()">

File diff suppressed because it is too large
+ 188 - 958
src/views/forest.vue