|
|
@@ -222,7 +222,7 @@
|
|
|
<div v-for="(e,idx) in emergencyEventDetails.deptList ? emergencyEventDetails.deptList : [] " :key="idx" class="planItem"
|
|
|
style="border-left: none; display: flex; align-items: center;" >
|
|
|
<img src="@/assets/images/online-img.png"
|
|
|
- style="width: 30px; height:30px; margin-right: 5px;">
|
|
|
+ style="width: 30px; height:30px; margin:0 5px 0 0 ;">
|
|
|
<div style="margin-top: 0 !important;">{{ e.mapDeptName || '' }}</div>
|
|
|
</div>
|
|
|
</div>
|