From bf99f8f61f118d72f2ed79f5d85ead493c11bb67 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 21 二月 2023 09:24:40 +0800 Subject: [PATCH] 2023-02-21 --- src/tabviews/custom/components/tree/antd-tree/index.scss | 35 ++++++++++++++++++++++++++++++++++- 1 files changed, 34 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..0f47f0d 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,26 @@ } } } + +.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%; + height: 34px; + border-radius: 0px; + padding-left: 15px!important; + .anticon { + display: none; + } + .anticon + span { + margin-left: 0px; + } + } +} -- Gitblit v1.8.0