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

自定义的节点内容样式错乱,itemSize属性需要改成40,默认是26 #35

Closed hbtj1759 closed 1 year ago

wchbrad commented 1 year ago

自定义的每个节点都是固定高度么?

hbtj1759 commented 1 year ago

是啊

hbtj1759 commented 1 year ago

我设置的是固定40px的高度

wchbrad commented 1 year ago

itemSize属性改成40,默认是26的

hbtj1759 commented 1 year ago

感谢大佬,可以了 配置项说明在哪里啊,我一直没看到

wchbrad commented 1 year ago

https://github.com/wchbrad/vue-easy-tree/blob/main/element-ui-tree.zh-CN.md image

hbtj1759 commented 1 year ago

好的 感谢感谢