From a4c18595b7c4bc34206d61cb5e2396e231b44e75 Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期四, 13 七月 2023 09:30:25 +0800
Subject: [PATCH] 第一次提交

---
 src/views/standardLibrary/index.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/views/standardLibrary/index.vue b/src/views/standardLibrary/index.vue
index abd9871..2811310 100644
--- a/src/views/standardLibrary/index.vue
+++ b/src/views/standardLibrary/index.vue
@@ -189,13 +189,13 @@
           color: #333;
         }
         ::v-deep .el-tree-node__content:hover{
-          background: rgba(58,124,253,0.1) !important;
+          background: rgba(58,124,253,0.1) ;
           // opacity: 0.31;
           border-radius: 3px;
           color: #333 !important;
         }
         ::v-deep .el-tree-node:focus>.el-tree-node__content{
-          background: rgba(58,124,253,0.1) !important; 
+          background: rgba(58,124,253,0.1) ;
           // opacity: 0.31;
           border-radius: 3px;
           color: #333 !important;
@@ -228,9 +228,7 @@
             display: flex;
             justify-content: end;
             margin: 10px 0;
-            // ::v-deep 
           }
-        
       }
     }
   }

--
Gitblit v1.9.3