From e1cee96b38805bcccf48e7bcb9d296f2bc54c720 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 24 一月 2025 11:10:32 +0800
Subject: [PATCH] 2025-01-24

---
 src/menu/components/tree/antd-tree/index.scss |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/menu/components/tree/antd-tree/index.scss b/src/menu/components/tree/antd-tree/index.scss
index a1255ef..a0eeef9 100644
--- a/src/menu/components/tree/antd-tree/index.scss
+++ b/src/menu/components/tree/antd-tree/index.scss
@@ -7,6 +7,7 @@
   background-size: cover;
   min-height: 100px;
   overflow-y: auto;
+  --mk-tree-line-height: 24px;
 
   .anticon-tool {
     position: absolute;
@@ -25,6 +26,14 @@
     line-height: 90px;
     color: #bcbcbc;
   }
+  .model-menu-action-list:not(.length0) {
+    margin: 10px 0px;
+  }
+
+  .ant-tree li .ant-tree-node-content-wrapper, .ant-tree li span.ant-tree-switcher, .ant-tree li span.ant-tree-iconEle {
+    height: var(--mk-tree-line-height);
+    line-height: var(--mk-tree-line-height);
+  }
 }
 .menu-tree-box::after {
   display: block;

--
Gitblit v1.8.0