|
@@ -34,18 +34,20 @@
|
|
|
<div class="d-tit">
|
|
|
<h4>事件分布</h4>
|
|
|
</div>
|
|
|
- <div class="d-l-con" v-for="(item,index) in todayEventCountDeptList"
|
|
|
+ <div class="h-16 overflow-y">
|
|
|
+ <div class="d-l-con" v-for="(item,index) in todayEventCountDeptList"
|
|
|
v-on:click="todayEventByDeptIdList(item.deptId)">
|
|
|
<div class="d-l-l-text">
|
|
|
<i class="i-small"></i>
|
|
|
<h4>{{item.deptName}}</h4>
|
|
|
</div>
|
|
|
<div class="d-l-l-count">{{item.count}}</div>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="d-tit">
|
|
|
<h4>事件分类</h4>
|
|
|
</div>
|
|
|
- <div id="event-chart" style="width: 100%;height:26.2vh;"></div>
|
|
|
+ <div id="event-chart" style="width: 100%;height:24.2vh;"></div>
|
|
|
<div class="d-l-con" v-for="(item,index) in todayEventCountTypeList"
|
|
|
v-on:click="todayEventByTypeList(item.eventType)">
|
|
|
<div class="d-l-l-text">
|