From 2d5ea109368f17ace9dd09f549bc67c9815811db Mon Sep 17 00:00:00 2001 From: xiaowei Date: Wed, 15 Sep 2021 11:19:42 +0800 Subject: [PATCH] fix: tree icon style --- src/components/tree/style.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/tree/style.scss b/src/components/tree/style.scss index 2c1c12928..4a6008520 100644 --- a/src/components/tree/style.scss +++ b/src/components/tree/style.scss @@ -103,10 +103,12 @@ $switch: #{$rcTree}-switcher; &__customize { background-image: none; + display: inline-flex; + padding-right: 6px; .codicon { - margin-top: 4px; - transform: scale(0.8); + height: inherit; + line-height: inherit; } } }