diff --git a/src/components/FlowEditor/node/style/baseOther.module.less b/src/components/FlowEditor/node/style/baseOther.module.less index f499b98..ac292b3 100644 --- a/src/components/FlowEditor/node/style/baseOther.module.less +++ b/src/components/FlowEditor/node/style/baseOther.module.less @@ -52,7 +52,9 @@ .node-inputs, - .node-outputs { + .node-outputs, + .node-inputs-api, + .node-outputs-api { flex: 1; }