From 08cce3334a2dc81d690b518136b0aaea64e48b0b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 14 六月 2023 09:55:50 +0800
Subject: [PATCH] 2023-06-14

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

diff --git a/src/tabviews/custom/components/tree/antd-tree/index.scss b/src/tabviews/custom/components/tree/antd-tree/index.scss
index b384cef..eb5df34 100644
--- a/src/tabviews/custom/components/tree/antd-tree/index.scss
+++ b/src/tabviews/custom/components/tree/antd-tree/index.scss
@@ -120,18 +120,18 @@
   min-width: 85px;
   .button-list.toolbar-button {
     padding: 0px;
-  }
-  button {
-    display: block;
-    margin: 0!important;
-    width: 100%;
-    border-radius: 0px;
-    padding-left: 15px!important;
-    .anticon {
-      display: none;
-    }
-    .anticon + span {
-      margin-left: 0px;
+    button {
+      display: block;
+      margin: 0!important;
+      width: 100%;
+      border-radius: 0px;
+      padding-left: 15px!important;
+      .anticon {
+        display: none;
+      }
+      .anticon + span {
+        margin-left: 0px;
+      }
     }
   }
 }

--
Gitblit v1.8.0