@@ -104,6 +104,9 @@ body {
margin-bottom: 10px;
}
+ // &.event-page{
+ // width: 30vw;
+ // }
.right-wrap {
pointer-events: none;
@@ -78,7 +78,7 @@
</section>
<!-- 事件信息 -->
- <section class="left-wrap" v-if="$store.state.addr.page=='event'">
+ <section class="left-wrap event-page" v-if="$store.state.addr.page=='event'">
<Numerical class="left-item" :data="page6numerical" />
<MyEcharts
class="left-item chart-wrap"