|
|
@@ -220,10 +220,10 @@
|
|
|
<h3>各部门在线情况</h3>
|
|
|
<h4 style="margin-top: 4%;"></h4>
|
|
|
<div v-for="(e,idx) in emergencyEventDetails.deptList ? emergencyEventDetails.deptList : [] " :key="idx" class="planItem"
|
|
|
- style="display: flex;border: 1px solid #50A09E;width: 96%;height: 40px !important;">
|
|
|
- <img src="@/assets/images/planIcon.png"
|
|
|
- style="width: 30px; height:30px; position: relative;top: -22%;left: -5%;">
|
|
|
- <div style="position: relative;left: -5%; bottom: 7%;">{{ e.mapDeptName || '' }}</div>
|
|
|
+ style="border-left: none; display: flex; align-items: center;" >
|
|
|
+ <img src="@/assets/images/online-img.png"
|
|
|
+ style="width: 30px; height:30px; margin:0 5px 0 0 ;">
|
|
|
+ <div style="margin-top: 0 !important;">{{ e.mapDeptName || '' }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="transferBg pics">
|
|
|
@@ -1996,4 +1996,5 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
</style>
|