diff --git a/packages/editor-ui/src/components/Node.vue b/packages/editor-ui/src/components/Node.vue index 0d50eb5324..8fe73550a2 100644 --- a/packages/editor-ui/src/components/Node.vue +++ b/packages/editor-ui/src/components/Node.vue @@ -3,22 +3,24 @@
-
- -
- -
+
+
+ +
+ +
+
+
+ +
+ +
+
+ + + {{ workflowDataItems }} +
-
- -
- -
-
- - - {{ workflowDataItems }} -
@@ -385,12 +387,12 @@ export default mixins(externalHooks, nodeBase, nodeHelpers, workflowHelpers).ext bottom: 6px; right: 6px; - &.data-count { + .data-count { font-weight: 600; color: var(--color-success); } - &.node-issues { + .node-issues { color: var(--color-danger); }