From a16a7e15a2574f85c4fbd171901f62ca5ffb8843 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期三, 15 十一月 2023 17:11:15 +0800
Subject: [PATCH] 图标、滚动条、layerjson

---
 src/components/left/leftmenu.vue |   19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/src/components/left/leftmenu.vue b/src/components/left/leftmenu.vue
index 9221637..19c4bf2 100644
--- a/src/components/left/leftmenu.vue
+++ b/src/components/left/leftmenu.vue
@@ -3101,29 +3101,32 @@
   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;

--
Gitblit v1.9.3