wanghao 2 місяців тому
батько
коміт
aaa2e0db7a

+ 14 - 0
.hbuilderx/launch.json

@@ -0,0 +1,14 @@
+{
+    "configurations": [
+        {
+            "mode": "debug",
+            "name": "自定义调试文件",
+            "program": "${workspaceFolder}/index.js",
+            "skipFiles": [
+                "<node_internals>/**"
+            ],
+            "type": "node"
+        }
+    ],
+    "version": "0.1"
+}

BIN
src/assets/images/online-img.png


+ 4 - 4
src/views/SentryEmergencyCenter.vue

@@ -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-right: 5px;">
+											<div style="margin-top: 0 !important;">{{ e.mapDeptName || '' }}</div>
 										</div>
 									</div>
                     <div class="transferBg pics">