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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;