From a4e06ccd3cd976fbe4eef99e188d42ec9f3ad054 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 08 Apr 2021 09:32:05 +0800
Subject: [PATCH] 样式修改

---
 src/styles/alarmAnalysis/alarmAnalysis.scss |   27 +++++++++++++++++++++++----
 1 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/src/styles/alarmAnalysis/alarmAnalysis.scss b/src/styles/alarmAnalysis/alarmAnalysis.scss
index 51c19b2..3d8dd8a 100644
--- a/src/styles/alarmAnalysis/alarmAnalysis.scss
+++ b/src/styles/alarmAnalysis/alarmAnalysis.scss
@@ -40,6 +40,10 @@
     width: 99.7% !important;
 }
 
+.statisTotal .el-col-md-6 {
+    width: 20%;
+}
+
 //预警数量统计
 .alarmStatis {
     background-color: #ffffff;
@@ -172,7 +176,7 @@
     height: 450px;
     position: relative;
     left: 0.8%;
-    top: 12%;
+    top: 10%;
 }
 
 #confirmTimeProEcharts {
@@ -202,7 +206,7 @@
     width: 35%;
     height: 450px;
     position: relative;
-    top: -41%;
+    top: -43%;
     left: 64.4%;
 }
 
@@ -223,7 +227,7 @@
     height: 450px;
     position: relative;
     left: 0.8%;
-    top: -38.6%;
+    top: -40.6%;
 }
 
 #alarmTimeDisEchars {
@@ -241,4 +245,19 @@
     position: relative;
     left: 0.8%;
     top: -38%;
-}
\ No newline at end of file
+}
+
+.el-button .btn-color {
+    color: rgb(255, 255, 255);
+    background-color: #29C093;
+    border-color: #29C093;
+}
+
+// .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