|
@@ -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()">
|