diff --git a/components/tree/style/mixin.less b/components/tree/style/mixin.less index ccffdd122e..e122789d5c 100644 --- a/components/tree/style/mixin.less +++ b/components/tree/style/mixin.less @@ -6,7 +6,7 @@ .antTreeSwitcherIcon(@type: "tree-default-open-icon") { .@{tree-prefix-cls}-switcher-icon, .@{tree-select-prefix-cls}-switcher-icon { - .iconfont-size-under-12px(7px); + .iconfont-size-under-12px(10px); display: inline-block; font-weight: bold; svg { @@ -18,7 +18,7 @@ .antTreeShowLineIcon(@type) { .@{tree-prefix-cls}-switcher-icon, .@{tree-select-prefix-cls}-switcher-icon { - .iconfont-size-under-12px(12px); + font-size: 12px; display: inline-block; font-weight: normal; svg {