From 9c67dc3526d8ad356e1dcd0cc80e4382866ea6a7 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 09 Apr 2021 17:13:08 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue
---
src/styles/alarmAnalysis/alarmAnalysis.scss | 80 ++++++++++++++++++++++++++++++++++++++--
1 files changed, 76 insertions(+), 4 deletions(-)
diff --git a/src/styles/alarmAnalysis/alarmAnalysis.scss b/src/styles/alarmAnalysis/alarmAnalysis.scss
index 73208fd..0f2dd38 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;
}
//预警设备类型占比
@@ -187,6 +222,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,10 +264,10 @@
.confirmTimeProStatis .el-row {
position: relative;
- top: 120px;
+ top: 24px;
}
-//预警平均速度排行
+//预警平均确认速度排行
.confirmAverageSpeed {
background-color: #ffffff;
width: 35%;
@@ -211,6 +277,12 @@
left: 64.4%;
}
+.confirmAverageSpeedTitle span {
+ position: relative;
+ left: 5%;
+ top: 20px;
+}
+
.confirmAverageSpeed .avue-crud {
width: 90%;
position: relative;
--
Gitblit v1.9.3