diff --git a/src/components/FlowEditor/node/style/baseOther.module.less b/src/components/FlowEditor/node/style/baseOther.module.less index e0a4444..41a63e6 100644 --- a/src/components/FlowEditor/node/style/baseOther.module.less +++ b/src/components/FlowEditor/node/style/baseOther.module.less @@ -59,32 +59,42 @@ padding-left: 10px; } - - //.node-inputs, - //.node-outputs, .node-inputs-api, .node-outputs-api { flex: 1; } - .node-outputs-api { + .node-inputs { + margin-bottom: 5px; + .node-input-label { font-size: 12px; padding: 1px 0; height: 20px; line-height: 20px; - } - } - .node-inputs { - margin-bottom: 5px; + .node-data-type { + color: #adadad; + } + } } .node-outputs, .node-outputs-api { text-align: right; } + + .node-output-label { + font-size: 12px; + padding: 1px 0; + height: 20px; + line-height: 20px; + + .node-data-type { + color: #adadad; + } + } } .node-content-api {