From efad1f9eff8d6af31f5b15edceee7b855b3db957 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 22 十二月 2021 00:00:28 +0800
Subject: [PATCH] 2021-12-22

---
 src/tabviews/custom/components/tree/antd-tree/index.scss |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/tabviews/custom/components/tree/antd-tree/index.scss b/src/tabviews/custom/components/tree/antd-tree/index.scss
index 5c43bad..e60ec78 100644
--- a/src/tabviews/custom/components/tree/antd-tree/index.scss
+++ b/src/tabviews/custom/components/tree/antd-tree/index.scss
@@ -4,7 +4,7 @@
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
-  min-height: 180px;
+  min-height: 50px;
 
   .tree-header {
     position: relative;
@@ -41,7 +41,7 @@
     }
   }
   .tree-box {
-    overflow-x: auto;
+    overflow: auto;
     padding-bottom: 10px;
 
     .ant-tree-node-content-wrapper-close > span > span > .anticon-folder-open {
@@ -51,8 +51,9 @@
       display: none;
     }
   }
+
   .tree-box::-webkit-scrollbar {
-    height: 10px;
+    width: 7px;
   }
   .tree-box::-webkit-scrollbar-thumb {
     border-radius: 5px;
@@ -61,7 +62,7 @@
   }
   .tree-box::-webkit-scrollbar-track {/*婊氬姩鏉¢噷闈㈣建閬�*/
     box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
-    border-radius: 3px;
+    border-radius: 5px;
     border: 1px solid rgba(0, 0, 0, 0.07);
     background: rgba(0, 0, 0, 0);
   }

--
Gitblit v1.8.0