From 8aa3edd56c279100c9053576f3e90fa55459fe77 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 Jan 2023 16:15:55 +0800
Subject: [PATCH] 修改

---
 src/styles/alarmAnalysis/alarmAnalysis.scss |  118 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 104 insertions(+), 14 deletions(-)

diff --git a/src/styles/alarmAnalysis/alarmAnalysis.scss b/src/styles/alarmAnalysis/alarmAnalysis.scss
index ec90c9b..1cf2d6a 100644
--- a/src/styles/alarmAnalysis/alarmAnalysis.scss
+++ b/src/styles/alarmAnalysis/alarmAnalysis.scss
@@ -7,6 +7,7 @@
     font-size: 12px;
     color: #7B91B4;
     left: 1%;
+    top: 30%;
     position: relative;
 }
 
@@ -18,20 +19,20 @@
 .timeSearchBtn .timeBtn {
     position: relative;
     left: 0.8%;
-    top: 15%;
+    top: 40%;
 }
 
 .timeSearchBtn .timeSearch {
     position: relative;
     left: 1.2%;
-    top: 15.6%;
+    top: 42.6%;
 }
 
 //预警总数统计
 .statisTotal {
     position: relative;
     left: 0.3%;
-    top: 2%;
+    top: 3%;
     width: 100%;
     height: 10%;
 }
@@ -51,7 +52,7 @@
     height: 550px;
     position: relative;
     left: 0.8%;
-    top: 6%;
+    top: 7%;
 }
 
 #alarmNumberStatis {
@@ -103,6 +104,10 @@
     font-size: 14px;
 }
 
+.avue-data-cardText .item-footer span:nth-child(2) {
+    color: red;
+}
+
 //预警类型占比
 .alarmTypePro {
     background-color: #ffffff;
@@ -110,7 +115,7 @@
     height: 450px;
     position: relative;
     left: 0.8%;
-    top: 8%;
+    top: 9.5%;
 }
 
 #alarmTypeProEcharts {
@@ -118,6 +123,37 @@
     height: 450px;
     position: relative;
     left: 1%;
+}
+
+.alarmTypeTotal {
+    //background-color: antiquewhite;
+    width: 10%;
+    height: 100px;
+    position: relative;
+    left: 9.37%;
+    top: -58%;
+}
+
+.numAlarmType {
+    text-align: center;
+    position: relative;
+    top: 15%;
+}
+
+.numAlarmType span {
+    font-size: 28px;
+    color: #4B4B4B;
+}
+
+.textAlarmType {
+    text-align: center;
+    position: relative;
+    top: 20%;
+}
+
+.textAlarmType span {
+    font-size: 14px;
+    color: #757575;
 }
 
 .alarmTypeProStatis {
@@ -131,7 +167,7 @@
 
 .alarmTypeProStatis .el-row {
     position: relative;
-    top: 120px;
+    top: 24px;
 }
 
 //预警设备类型占比
@@ -141,7 +177,7 @@
     height: 450px;
     position: relative;
     left: 0.8%;
-    top: 10%;
+    top: 11%;
 }
 
 #alarmEquipmentProEcharts {
@@ -171,12 +207,13 @@
 
 //确认时间占比
 .confirmTimePro {
+    display: none;
     background-color: #ffffff;
     width: 61.6%;
     height: 450px;
     position: relative;
     left: 0.8%;
-    top: 10%;
+    top: 11.8%;
 }
 
 #confirmTimeProEcharts {
@@ -184,6 +221,37 @@
     height: 450px;
     position: relative;
     left: 1%;
+}
+
+.confirmTimeTotal {
+    //background-color: antiquewhite;
+    width: 12%;
+    height: 100px;
+    position: relative;
+    left: 12.87%;
+    top: -58%;
+}
+
+.numConfirmTime {
+    text-align: center;
+    position: relative;
+    top: 15%;
+}
+
+.numConfirmTime span {
+    font-size: 28px;
+    color: #4B4B4B;
+}
+
+.textConfirmTime {
+    text-align: center;
+    position: relative;
+    top: 20%;
+}
+
+.textConfirmTime span {
+    font-size: 14px;
+    color: #757575;
 }
 
 .confirmTimeProStatis {
@@ -197,17 +265,24 @@
 
 .confirmTimeProStatis .el-row {
     position: relative;
-    top: 120px;
+    top: 24px;
 }
 
-//预警平均速度排行
+//预警平均确认速度排行
 .confirmAverageSpeed {
+    display: none;
     background-color: #ffffff;
     width: 35%;
     height: 450px;
     position: relative;
-    top: -43%;
+    top: -40.5%;
     left: 64.4%;
+}
+
+.confirmAverageSpeedTitle span {
+    position: relative;
+    left: 5%;
+    top: 20px;
 }
 
 .confirmAverageSpeed .avue-crud {
@@ -227,7 +302,7 @@
     height: 450px;
     position: relative;
     left: 0.8%;
-    top: -40.6%;
+    top: 12%;
 }
 
 #alarmTimeDisEchars {
@@ -244,5 +319,20 @@
     height: 50px;
     position: relative;
     left: 0.8%;
-    top: -38%;
-}
\ No newline at end of file
+    top: 9%;
+}
+
+.el-button .btn-color {
+    color: rgb(255, 255, 255);
+    background-color: #29C093 !important;
+    border-color: #29C093 !important;
+}
+
+// .el-icon-bell:before {
+//     width: 10px;
+//     height: 10px;
+//     border-radius: 50%;
+//     //background-color: #F34A4A;
+//     display: inline-block;
+//     content: '';
+// }
\ No newline at end of file

--
Gitblit v1.9.3