wchbrad / vue-easy-tree

A tree component based on vue2.x that supports a small amount of data or a large amount of data, multiple functions, and virtual scrolling.
MIT License
124 stars 39 forks source link

虚拟渲染可以支持横向滚动条吗 #45

Closed liushuhon closed 4 months ago

wchbrad commented 6 months ago

你指的是节点字符串过长?

shuzepeng commented 6 months ago

如果子级有选中, 必须点击才可以回显父级半选或选中状态, 这是bug

liushuhon commented 6 months ago

你指的是节点字符串过长?

是的,如果层级过多的话,字符串过长横向会放不下

wchbrad commented 5 months ago

目前横向滚动不支持虚拟滚动,你的问题可以通过下面两个办法解决: 1、增加节点高度,默认高度不能满足要求可以增加,以容纳两行; 2、自定义渲染节点,比如超长的...省略,hover后显示tooltip,注意需要保持节点高度固定