EasyUI Forum

General Category => Bug Report => Topic started by: officecode on October 17, 2018, 07:33:30 AM



Title: In EasyUI 1.5.5 and later, the connection lines of Tree Lines are disconnected.
Post by: officecode on October 17, 2018, 07:33:30 AM
As the title, thank you!
How should I modify the style to avoid this problem?


Title: Re: In EasyUI 1.5.5 and later, the connection lines of Tree Lines are disconnected.
Post by: jarry on October 17, 2018, 05:20:13 PM
Please try to add this code to the page.
Code:
<style type="text/css">
.tree-indent,.tree-hit{
transform: scale(1.4);
}
</style>