From 6985b7a8ccdfbf9c1ca26e7b5d411426669b6763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Mon, 8 May 2023 17:50:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=AF=BE=E7=A8=8B=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index f4b5992..109cdd0 100644 --- a/src/index.scss +++ b/src/index.scss @@ -301,16 +301,17 @@ h1 { } .ant-tree-treenode { + min-width: 200px; width: 100% !important; height: 40px !important; padding: 0 !important; - margin-bottom: 8px !important; display: flex; align-items: center !important; &.ant-tree-treenode-selected { background-color: #fff2f0 !important; border-radius: 0px !important; overflow: hidden; + font-weight: 600; .ant-tree-node-content-wrapper { background-color: transparent !important; } @@ -351,6 +352,7 @@ h1 { .ant-tree-title { flex: 1; + padding-left: 20px; box-sizing: border-box; display: flex;