From 0f7c0e33ac6110e7ccbd93c133ea5516f96b4df8 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 08 Apr 2021 10:24:58 +0800
Subject: [PATCH] 4.8

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

diff --git a/src/styles/alarmAnalysis/alarmAnalysis.scss b/src/styles/alarmAnalysis/alarmAnalysis.scss
index 649e3e3..3d8dd8a 100644
--- a/src/styles/alarmAnalysis/alarmAnalysis.scss
+++ b/src/styles/alarmAnalysis/alarmAnalysis.scss
@@ -176,7 +176,7 @@
     height: 450px;
     position: relative;
     left: 0.8%;
-    top: 12%;
+    top: 10%;
 }
 
 #confirmTimeProEcharts {
@@ -206,7 +206,7 @@
     width: 35%;
     height: 450px;
     position: relative;
-    top: -41%;
+    top: -43%;
     left: 64.4%;
 }
 
@@ -227,7 +227,7 @@
     height: 450px;
     position: relative;
     left: 0.8%;
-    top: -38.6%;
+    top: -40.6%;
 }
 
 #alarmTimeDisEchars {
@@ -245,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