From 7b446d6f843e820734319ff05003eadd2f2d944b Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期四, 22 四月 2021 14:38:10 +0800
Subject: [PATCH] 工具栏样式修改,报表页面部分完成,样式调试。

---
 src/components/panel/RightSearchPanel.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/components/panel/RightSearchPanel.vue b/src/components/panel/RightSearchPanel.vue
index f820713..17cc936 100644
--- a/src/components/panel/RightSearchPanel.vue
+++ b/src/components/panel/RightSearchPanel.vue
@@ -264,10 +264,10 @@
   cursor: pointer;
   position: relative;
   line-height: 0.15rem;
-
   li {
     margin: 0.00521rem 0;
     text-align: center;
+    font-size: 20px;
 
     img {
       width: 0.1rem;
@@ -600,13 +600,12 @@
 
   .environmental-risk-list {
     position: relative;
-    cursor: pointer;
     padding-left: 50px;
     padding-top: 5px;
     padding-bottom: 5px;
     color: @color-shadow;
     border-bottom: 1px solid @background-color-split;
-
+    h3{ cursor: pointer;}
     .state {
       width: 30px;
       height: 30px;
@@ -622,7 +621,7 @@
 
   .environmental-risk-list.hover,
   .environmental-risk-list:hover {
-    color: @color-over;
+    color: @color-highlight;
     background: @background-color;
   }
 

--
Gitblit v1.8.0