Skip to content

Commit 8ad91e0

Browse files
authored
fix: perfect the Tree component style (#428)
* fix: add menu.account source key * fix: tree icon style
1 parent b76f372 commit 8ad91e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/tree/style.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,12 @@ $switch: #{$rcTree}-switcher;
103103

104104
&__customize {
105105
background-image: none;
106+
display: inline-flex;
107+
padding-right: 6px;
106108

107109
.codicon {
108-
margin-top: 4px;
109-
transform: scale(0.8);
110+
height: inherit;
111+
line-height: inherit;
110112
}
111113
}
112114
}

0 commit comments

Comments
 (0)