From cc1a76df575c18f0d0ee96e8658461efdce3a918 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 17 一月 2023 18:01:01 +0800 Subject: [PATCH] 2023-01-17 --- src/tabviews/custom/components/tree/antd-tree/index.scss | 7 +++++++ 1 files changed, 7 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..0ab6c56 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; @@ -75,6 +79,9 @@ height: 60px; } } + .tree-header + .ant-empty { + margin-top: 35px; + } .loading-mask { position: absolute; left: 0px; -- Gitblit v1.8.0