wanghao 2 months ago
parent
commit
bef8a996a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/SentryEmergencyCenter.vue

+ 1 - 1
src/views/SentryEmergencyCenter.vue

@@ -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>