diff --git a/ui/src/workflow/common/NodeContainer.vue b/ui/src/workflow/common/NodeContainer.vue
index 77f1bdf7f..56636af39 100644
--- a/ui/src/workflow/common/NodeContainer.vue
+++ b/ui/src/workflow/common/NodeContainer.vue
@@ -33,6 +33,11 @@
@click.stop
v-if="showOperate(nodeModel.type)"
>
+
@@ -46,42 +51,44 @@
-
-
-
-
-
- 参数输出
-
-
-
{{ item.label }} {{ '{' + item.value + '}' }}
-
+
+
+
+
+ 参数输出
+
+
+ {{ item.label }} {{ '{' + item.value + '}' }}
+
+
+
+
+
+
+
-
-
+
+
+
(false)
const anchorData = ref()
+const showNode = ref(true)
const node_status = computed(() => {
if (props.nodeModel.properties.status) {
return props.nodeModel.properties.status
@@ -240,6 +248,9 @@ onMounted(() => {
border: 1px solid #f54a45 !important;
}
}
+ .arrow-icon {
+ transition: 0.2s;
+ }
}
:deep(.el-card) {
overflow: visible;