|
@@ -7,7 +7,7 @@
|
|
|
<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="95%"
|
|
|
@close="cancelEventShow()">
|
|
|
<div class="dia-event-info">
|
|
|
<el-row>
|