feat: workflow if-else support elif (#6072)

This commit is contained in:
zxhlyh
2024-07-10 18:20:13 +08:00
committed by GitHub
parent a62325ac87
commit ebba124c5c
25 changed files with 1215 additions and 492 deletions

View File

@@ -88,7 +88,7 @@ const WorkflowVariableBlockComponent = ({
</div>
)
}
<div className='shrink-0 mx-0.5 text-xs font-medium text-gray-500 truncate' title={node?.title} style={{
<div className='shrink-0 mx-0.5 max-w-[60px] text-xs font-medium text-gray-500 truncate' title={node?.title} style={{
}}>{node?.title}</div>
<Line3 className='mr-0.5 text-gray-300'></Line3>
</div>