Browse Source

Merge remote-tracking branch 'origin/lifeline_develop_siping' into lifeline_develop_siping

王哲 2 tháng trước cách đây
mục cha
commit
260d5cbe1d

+ 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


+ 5 - 2
src/views/SenEventCenter.vue

@@ -7,7 +7,7 @@
 					v-model="dataValue"
 					v-model="dataValue"
 					type="date"
 					type="date"
           @change="updateDataValue"
           @change="updateDataValue"
-					placeholder="选择日期">
+					placeholder="选择日期" class="spsb-picker">
 			</el-date-picker>
 			</el-date-picker>
 		</div>
 		</div>
 		<div class="con_left">
 		<div class="con_left">
@@ -427,8 +427,11 @@
 	.spsb_down{
 	.spsb_down{
 		position: absolute;
 		position: absolute;
 		top:52px;
 		top:52px;
-		left: 30px;
+		left: 43px;
 		z-index: 999;
 		z-index: 999;
+		.spsb-picker{
+			width: 296px;
+		}
 		.el-input__inner{
 		.el-input__inner{
 			background: linear-gradient(to right, rgb(37,50,54) 0%, rgb(43,140,152) 100%);
 			background: linear-gradient(to right, rgb(37,50,54) 0%, rgb(43,140,152) 100%);
 			border: 1px solid;
 			border: 1px solid;

+ 4 - 3
src/views/SenWarningCenter.vue

@@ -7,11 +7,10 @@
 
 
 <template>
 <template>
     <div>
     <div>
-	 <div class="con_left">
+	 <div class="con_left" style="background: none !important ;">
       <div class="warning_left" :class="'warning_'+index" v-for="(item,index) in option" >
       <div class="warning_left" :class="'warning_'+index" v-for="(item,index) in option" >
         <h4>{{item.typeName}}</h4>
         <h4>{{item.typeName}}</h4>
         <h2>{{item.count}}</h2>
         <h2>{{item.count}}</h2>
-        <img src="@/assets/images/warningBg.png">
       </div>
       </div>
 	  </div>
 	  </div>
       <div class="con_right con_left_js" :class="'warning_'+index" v-for="(item,index) in option" >
       <div class="con_right con_left_js" :class="'warning_'+index" v-for="(item,index) in option" >
@@ -105,15 +104,17 @@ export default {
         // position: absolute;
         // position: absolute;
         z-index: 99;
         z-index: 99;
         left: 30px;
         left: 30px;
+		height:120px;
         top: 100px;
         top: 100px;
         margin-top: 1%;
         margin-top: 1%;
         text-align: center;
         text-align: center;
-        padding: 0px 10px 20px 10px!important;
+        padding: 0px 10px 38px 10px!important;
 		display: flex;
 		display: flex;
 		flex-direction: column;
 		flex-direction: column;
 		justify-content: center;
 		justify-content: center;
 		align-items: center;
 		align-items: center;
 		margin-top: 20px;
 		margin-top: 20px;
+		background: url(../assets/images/warningBg.png) center no-repeat;
 		img{
 		img{
 			 width: 122px;
 			 width: 122px;
 			 height: 67px;
 			 height: 67px;

+ 5 - 4
src/views/SentryEmergencyCenter.vue

@@ -220,10 +220,10 @@
 										<h3>各部门在线情况</h3>
 										<h3>各部门在线情况</h3>
 										<h4 style="margin-top: 4%;"></h4>
 										<h4 style="margin-top: 4%;"></h4>
 										<div v-for="(e,idx) in emergencyEventDetails.deptList ? emergencyEventDetails.deptList : [] " :key="idx" class="planItem"
 										<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>
 									</div>
                     <div class="transferBg pics">
                     <div class="transferBg pics">
@@ -1996,4 +1996,5 @@
 			}
 			}
 		}
 		}
 	}
 	}
+	
 </style>
 </style>