feat: 添加节点类型以区分不同节点

This commit is contained in:
Lesan
2025-02-14 08:26:19 +08:00
parent 666fb16db5
commit 0f812dbfd9
7 changed files with 40 additions and 17 deletions

View File

@@ -177,6 +177,10 @@
color: #ca3a31
}
.handle {
color: #330099;
}
.handler-item-text {
margin-top: 4px;
width: 80px;
@@ -290,10 +294,14 @@
&.trigger-node {
color: #3373d2;
}
&.router-node {
color: #ca3a31
}
&.transactor-task {
color: #330099;
}
}
.node-title {