This commit is contained in:
2025-12-01 17:21:38 +08:00
parent 32fee2b8ab
commit fab8c13cb3
7511 changed files with 996300 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
.workflow-panel-animation .react-flow__viewport {
transition: transform 0.3s ease-in-out;
}
.workflow-node-animation .react-flow__node {
transition: transform 0.2s ease-in-out;
}
#workflow-container .react-flow__nodesselection-rect {
border: 1px solid #528BFF;
background: rgba(21, 94, 239, 0.05);
cursor: move;
}
#workflow-container .react-flow__selection {
border: 1px solid #528BFF;
background: rgba(21, 94, 239, 0.05);
}
#workflow-container .react-flow__node-custom-note {
z-index: -1000 !important;
}
#workflow-container .react-flow__attribution {
background: none !important;
}