From 7b0dbecd1d6155d26ec67be0a47a16264c738c85 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 09 五月 2023 14:48:10 +0800 Subject: [PATCH] 2023-05-09 --- src/tabviews/custom/components/tree/antd-tree/index.scss | 39 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/tree/antd-tree/index.scss b/src/tabviews/custom/components/tree/antd-tree/index.scss index e60ec78..eb5df34 100644 --- a/src/tabviews/custom/components/tree/antd-tree/index.scss +++ b/src/tabviews/custom/components/tree/antd-tree/index.scss @@ -24,6 +24,10 @@ position: relative; z-index: 1; } + .title.search-unable { + display: block; + float: none; + } .ant-input-search.ant-input-affix-wrapper { width: 50%; max-width: 150px; @@ -50,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 { @@ -75,6 +88,10 @@ height: 60px; } } + .tree-header + .ant-empty { + position: static; + margin-top: 20px; + } .loading-mask { position: absolute; left: 0px; @@ -96,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