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 | 122 ++++++++++++++++++++++++++++++++++++----
1 files changed, 108 insertions(+), 14 deletions(-)
diff --git a/src/styles/alarmAnalysis/alarmAnalysis.scss b/src/styles/alarmAnalysis/alarmAnalysis.scss
index 51c19b2..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,26 +19,30 @@
.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%;
}
.statisTotalAvueDataBox .el-row {
width: 99.7% !important;
+}
+
+.statisTotal .el-col-md-6 {
+ width: 20%;
}
//预警数量统计
@@ -47,7 +52,7 @@
height: 550px;
position: relative;
left: 0.8%;
- top: 6%;
+ top: 7%;
}
#alarmNumberStatis {
@@ -99,6 +104,10 @@
font-size: 14px;
}
+.avue-data-cardText .item-footer span:nth-child(2) {
+ color: red;
+}
+
//预警类型占比
.alarmTypePro {
background-color: #ffffff;
@@ -106,7 +115,7 @@
height: 450px;
position: relative;
left: 0.8%;
- top: 8%;
+ top: 9.5%;
}
#alarmTypeProEcharts {
@@ -114,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 {
@@ -127,7 +167,7 @@
.alarmTypeProStatis .el-row {
position: relative;
- top: 120px;
+ top: 24px;
}
//预警设备类型占比
@@ -137,7 +177,7 @@
height: 450px;
position: relative;
left: 0.8%;
- top: 10%;
+ top: 11%;
}
#alarmEquipmentProEcharts {
@@ -167,12 +207,13 @@
//确认时间占比
.confirmTimePro {
+ display: none;
background-color: #ffffff;
width: 61.6%;
height: 450px;
position: relative;
left: 0.8%;
- top: 12%;
+ top: 11.8%;
}
#confirmTimeProEcharts {
@@ -180,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 {
@@ -193,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: -41%;
+ top: -40.5%;
left: 64.4%;
+}
+
+.confirmAverageSpeedTitle span {
+ position: relative;
+ left: 5%;
+ top: 20px;
}
.confirmAverageSpeed .avue-crud {
@@ -223,7 +302,7 @@
height: 450px;
position: relative;
left: 0.8%;
- top: -38.6%;
+ top: 12%;
}
#alarmTimeDisEchars {
@@ -240,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