From 34e7681fd12b1c4e4994d3bea1a553870e10bc50 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 11 三月 2023 17:58:54 +0800 Subject: [PATCH] 2023-03-11 --- src/tabviews/custom/components/tree/antd-tree/index.scss | 34 +++++++++++++++++++++++++++++++++- 1 files changed, 33 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/tree/antd-tree/index.scss b/src/tabviews/custom/components/tree/antd-tree/index.scss index 0ab6c56..b384cef 100644 --- a/src/tabviews/custom/components/tree/antd-tree/index.scss +++ b/src/tabviews/custom/components/tree/antd-tree/index.scss @@ -54,6 +54,15 @@ .ant-tree-node-content-wrapper-open > span > span > .anticon-folder { display: none; } + .ant-tree-node-content-wrapper { + position: relative; + .anticon-more { + position: absolute; + right: 0px; + padding: 5px 10px; + color: var(--mk-sys-color); + } + } } .tree-box::-webkit-scrollbar { @@ -80,7 +89,8 @@ } } .tree-header + .ant-empty { - margin-top: 35px; + position: static; + margin-top: 20px; } .loading-mask { position: absolute; @@ -103,3 +113,25 @@ } } } + +.mk-tree-dropdown-wrap { + box-shadow: 0 0 2px #bcbcbc; + background: #ffffff; + 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; + } + } +} -- Gitblit v1.8.0