butterfly icon indicating copy to clipboard operation
butterfly copied to clipboard

做DAG图使用vue版本的组件,有没有不用设置绝对位置的方法

Open goody9807 opened this issue 1 year ago • 1 comments

What problem does this feature solve?

如图,需要自己设定位置

image

能否组件设置好css,用户自己只需传入level ,就可以自动识别位置,而不需要自己设定left or top

goody9807 avatar Feb 28 '23 11:02 goody9807

可以使用布局来实现你的需求。

这是vue的example:里面有layout的使用方式。 https://github.com/alibaba/butterfly/tree/master/vue/example

这是layout https://github.com/alibaba/butterfly/blob/master/docs/zh-CN/layout.md

Zt448143356 avatar Mar 01 '23 12:03 Zt448143356