通过拖动边来进行调整泳道图的大小 #4332
Unanswered
liujinwang223
asked this question in
Q&A
Replies: 1 comment
-
可以尝试transform插件 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
目前在创建一个编辑流程图的组件,其中有一个泳道图的功能目前想实现拖动它的边来进行调整大小,但是不知道为啥( resizable: true, // 允许调整大小
resizeHandles: {
// 添加可拖动的调整手柄
n: true, // 北
s: true, // 南
e: true, // 东
w: true, // 西
nw: true, // 西北
ne: true, // 东北
sw: true, // 西南
se: true, // 东南
},)已经进行设置但是选中后还是无法调节大小,
代码如下
Beta Was this translation helpful? Give feedback.
All reactions