diff --git a/components/tree/style/mixin.less b/components/tree/style/mixin.less index 626218e50c70..564fc41e4abb 100644 --- a/components/tree/style/mixin.less +++ b/components/tree/style/mixin.less @@ -160,7 +160,7 @@ background: transparent; border-radius: @border-radius-base; cursor: pointer; - transition: all 0.3s; + transition: all 0.3s, border 0s, line-height 0s; &:hover { background-color: @tree-node-hover-bg;