Browse Source

💄 tweak tree switcher icon size

pull/13287/head
afc163 6 years ago
parent
commit
c0ba2eb456
No known key found for this signature in database GPG Key ID: 738F973FCE5C6B48
  1. 4
      components/tree/style/mixin.less

4
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 {

Loading…
Cancel
Save