郑家豪

Results 5 comments of 郑家豪

用了方案一,homepage是按官方设置的,可以用

I encountered the same problem. Have you found a solution?

> > > I have encountered the same problem. Have you solved it? > > > > > > not at the moment... and manteiner not reply to my post......

> 如果节点或线路不是处于最顶层,你是说什么样的数据结构,类似这种吗? > > { > // 节点数据 > nodes: [ > { > id: "21", // 节点ID,需要全局唯一,不传入内部会自动生成一个ID > type: "rect", // 节点类型,可以传入LogicFlow内置的7种节点类型,也可以注册自定义节点后传入自定义类型 > x: 100, // 节点形状中心在x轴位置 > y:...

> [#2236](https://github.com/didi/LogicFlow/issues/2236) 这个或许能帮到你 感谢分享,我一直以为是元素的zIndex改变通过mobx触发了什么行为,但是一直看不出问题。原来是浏览器差异的问题,我没有用其他浏览器测试过,所以从来没有往这方面想。