style(TreeSelect): fix font-weight bold (#6616)

This commit is contained in:
neverland
2020-06-26 21:23:58 +08:00
committed by GitHub
parent 5486e82b41
commit 70db2a937a
+1 -1
View File
@@ -27,7 +27,7 @@
&__item {
position: relative;
padding: 0 32px 0 @padding-md;
font-weight: bold;
font-weight: @font-weight-bold;
line-height: @tree-select-item-height;
cursor: pointer;