UPDATE: VERSION-20260313

This commit is contained in:
libertyspy
2026-03-13 17:05:08 +08:00
parent a2f2cbb185
commit 7b578f5d63
7 changed files with 96 additions and 54 deletions

View File

@@ -18,10 +18,9 @@ export const createGraphTaskElement = (element: GraphTaskElement, width: number
if (!realHeight) {
realHeight = 120;
}
// if(element.category === 'precondition') {
// width = 100;
// realHeight = 100;
// }
if(element.group === 'condition' || element.group === 'control') {
realHeight = 60;
}
return {
shape: 'task',
id: element.key,