From 70db2a937ac2e3819d31e5f7749353f664b8c8ba Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 26 Jun 2020 21:23:58 +0800 Subject: [PATCH] style(TreeSelect): fix font-weight bold (#6616) --- src/tree-select/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tree-select/index.less b/src/tree-select/index.less index 2ced37ec2..047d95414 100644 --- a/src/tree-select/index.less +++ b/src/tree-select/index.less @@ -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;