Skip to content

Commit

Permalink
style(tree): fix scrollheight calculation of inline-block element (#3044
Browse files Browse the repository at this point in the history
)

Co-authored-by: liwenbo <[email protected]>
  • Loading branch information
li1615882553 and liwenbo authored Mar 29, 2024
1 parent ce24e71 commit f4717b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-vue/components/tree/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
width: @tree-size-default-icon-size;
height: 100%;
margin-right: @tree-margin-switcher-icon-right;
vertical-align: top;
}

&-node-draggable {
Expand Down

0 comments on commit f4717b6

Please sign in to comment.