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 | 90 +++++++++++++++++++++++++++++++++++++++++----
1 files changed, 82 insertions(+), 8 deletions(-)
diff --git a/src/styles/alarmAnalysis/alarmAnalysis.scss b/src/styles/alarmAnalysis/alarmAnalysis.scss
index 73208fd..1cf2d6a 100644
--- a/src/styles/alarmAnalysis/alarmAnalysis.scss
+++ b/src/styles/alarmAnalysis/alarmAnalysis.scss
@@ -25,7 +25,7 @@
.timeSearchBtn .timeSearch {
position: relative;
left: 1.2%;
- top: 40.6%;
+ top: 42.6%;
}
//预警总数统计
@@ -104,6 +104,10 @@
font-size: 14px;
}
+.avue-data-cardText .item-footer span:nth-child(2) {
+ color: red;
+}
+
//预警类型占比
.alarmTypePro {
background-color: #ffffff;
@@ -121,6 +125,37 @@
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 {
//background-color: aqua;
width: 50%;
@@ -132,7 +167,7 @@
.alarmTypeProStatis .el-row {
position: relative;
- top: 120px;
+ top: 24px;
}
//预警设备类型占比
@@ -172,6 +207,7 @@
//确认时间占比
.confirmTimePro {
+ display: none;
background-color: #ffffff;
width: 61.6%;
height: 450px;
@@ -187,6 +223,37 @@
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 {
//background-color: aqua;
width: 60%;
@@ -198,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: -40.5%;
left: 64.4%;
+}
+
+.confirmAverageSpeedTitle span {
+ position: relative;
+ left: 5%;
+ top: 20px;
}
.confirmAverageSpeed .avue-crud {
@@ -228,7 +302,7 @@
height: 450px;
position: relative;
left: 0.8%;
- top: -38%;
+ top: 12%;
}
#alarmTimeDisEchars {
@@ -245,13 +319,13 @@
height: 50px;
position: relative;
left: 0.8%;
- top: -38%;
+ top: 9%;
}
.el-button .btn-color {
color: rgb(255, 255, 255);
- background-color: #29C093;
- border-color: #29C093;
+ background-color: #29C093 !important;
+ border-color: #29C093 !important;
}
// .el-icon-bell:before {
--
Gitblit v1.9.3