@import "../../style/mixins/index"; @tree-prefix-cls: ~"@{ant-prefix}-tree"; .antTreeSwitcherIcon(@type: "tree-default-open-icon") { .@{tree-prefix-cls}-switcher-icon { .iconfont-size-under-12px(7px); display: inline-block; font-weight: bold; transition: transform .3s; } } .antTreeShowLineIcon(@type) { .@{tree-prefix-cls}-switcher-line-icon { .iconfont-size-under-12px(12px); display: inline-block; vertical-align: baseline; font-weight: normal; transition: transform .3s; } }