From c658f316d2f464e510d10f1081c52848c3aefeb2 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期三, 15 十一月 2023 23:21:16 +0800
Subject: [PATCH] 企业 视频弹框

---
 src/components/left/leftmenu.vue |   24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/src/components/left/leftmenu.vue b/src/components/left/leftmenu.vue
index 9221637..3d1ffed 100644
--- a/src/components/left/leftmenu.vue
+++ b/src/components/left/leftmenu.vue
@@ -3037,6 +3037,10 @@
   /* box-shadow: 0px 0px 5px 2px #a8a8a8; */
 }
 
+.leftmenu:hover {
+  background-image: url("~@/assets/img/new/treeClose-y.png");
+
+}
 .leftmenu {
   background-image: url("~@/assets/img/new/treeClose.png");
   background-size: 100% 100%;
@@ -3101,32 +3105,34 @@
   font-size: 14px;
 }
 
-.layerTree::-webkit-scrollbar {
+::-webkit-scrollbar {
   /*婊氬姩鏉℃暣浣撴牱寮�*/
-  width: 4px;
+  width: 5px;
   /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄*/
-  height: 4px;
+  height: 8px;
   scrollbar-arrow-color: red;
 }
 
-.layerTree::-webkit-scrollbar-thumb {
+/* 婊氬姩鏉� */
+::-webkit-scrollbar-thumb {
   border-radius: 5px;
-  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
-  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
-  background: rgba(255, 255, 255, 0.5);
+  -webkit-box-shadow: inset 0 0 5px rgba(218, 218, 218, 0.2);
+  box-shadow: inset 0 0 5px rgba(218, 218, 218, 0.2);
+  background: rgba(218, 218, 218, 0.5);
   scrollbar-arrow-color: red;
 }
 
-.layerTree::-webkit-scrollbar-track {
+/* 婊氬姩妲� */
+::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 5px rgba(218, 218, 218, 0.2);
   box-shadow: inset 0 0 5px rgba(218, 218, 218, 0.2);
   border-radius: 0;
   background: rgba(218, 218, 218, 0.1);
 }
 
+
 .el-tree .TreeNodeClass {
   width: 100%;
-  background-color: #bfa;
   flex: 1;
   display: flex;
   align-items: center;

--
Gitblit v1.9.3