From a02fc6a77fa1b35c6516b2d37108d80e260c6c85 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 07 十一月 2024 22:05:08 +0800 Subject: [PATCH] 2024-11-07 --- src/menu/components/tree/antd-tree/index.scss | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/menu/components/tree/antd-tree/index.scss b/src/menu/components/tree/antd-tree/index.scss index ff7b7fb..a0eeef9 100644 --- a/src/menu/components/tree/antd-tree/index.scss +++ b/src/menu/components/tree/antd-tree/index.scss @@ -5,8 +5,9 @@ background-position: center center; background-repeat: no-repeat; background-size: cover; - min-height: 50px; + 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