您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920212223242526
  1. .workflow-panel-animation .react-flow__viewport {
  2. transition: transform 0.3s ease-in-out;
  3. }
  4. .workflow-node-animation .react-flow__node {
  5. transition: transform 0.2s ease-in-out;
  6. }
  7. #workflow-container .react-flow__nodesselection-rect {
  8. border: 1px solid #528BFF;
  9. background: rgba(21, 94, 239, 0.05);
  10. cursor: move;
  11. }
  12. #workflow-container .react-flow__selection {
  13. border: 1px solid #528BFF;
  14. background: rgba(21, 94, 239, 0.05);
  15. }
  16. #workflow-container .react-flow__node-custom-note {
  17. z-index: -1000 !important;
  18. }
  19. #workflow-container .react-flow__attribution {
  20. background: none !important;
  21. }