From ed251fe533c8661c01c8d37e25c2d344a45e9ff9 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 02 Apr 2021 15:30:39 +0800
Subject: [PATCH] 预警分析页面完善
---
src/styles/alarmAnalysis/alarmAnalysis.scss | 53 ++++++++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 46 insertions(+), 7 deletions(-)
diff --git a/src/styles/alarmAnalysis/alarmAnalysis.scss b/src/styles/alarmAnalysis/alarmAnalysis.scss
index f51b51e..51c19b2 100644
--- a/src/styles/alarmAnalysis/alarmAnalysis.scss
+++ b/src/styles/alarmAnalysis/alarmAnalysis.scss
@@ -148,12 +148,17 @@
}
.alarmEquipmentProStatis {
- background-color: aqua;
- width: 50%;
+ //background-color: aqua;
+ width: 35%;
height: 100%;
position: relative;
left: 30%;
- top: -80%;
+ top: -100%;
+}
+
+.alarmEquipmentProStatis .avue-crud {
+ position: relative;
+ top: 20%;
}
.alarmEquipmentProStatis .avue-crud__menu {
@@ -163,7 +168,7 @@
//确认时间占比
.confirmTimePro {
background-color: #ffffff;
- width: 98.6%;
+ width: 61.6%;
height: 450px;
position: relative;
left: 0.8%;
@@ -171,10 +176,44 @@
}
#confirmTimeProEcharts {
- width: 30%;
+ width: 40%;
height: 450px;
position: relative;
left: 1%;
+}
+
+.confirmTimeProStatis {
+ //background-color: aqua;
+ width: 60%;
+ height: 100%;
+ position: relative;
+ top: -100%;
+ left: 40%;
+}
+
+.confirmTimeProStatis .el-row {
+ position: relative;
+ top: 120px;
+}
+
+//预警平均速度排行
+.confirmAverageSpeed {
+ background-color: #ffffff;
+ width: 35%;
+ height: 450px;
+ position: relative;
+ top: -41%;
+ left: 64.4%;
+}
+
+.confirmAverageSpeed .avue-crud {
+ width: 90%;
+ position: relative;
+ top: 10%;
+}
+
+.confirmAverageSpeed .avue-crud__menu {
+ display: none;
}
//预警时间分布
@@ -184,7 +223,7 @@
height: 450px;
position: relative;
left: 0.8%;
- top: 14%;
+ top: -38.6%;
}
#alarmTimeDisEchars {
@@ -201,5 +240,5 @@
height: 50px;
position: relative;
left: 0.8%;
- top: 14%;
+ top: -38%;
}
\ No newline at end of file
--
Gitblit v1.9.3