feat(web): Add Workflow

This commit is contained in:
zhaoying
2025-12-22 10:46:19 +08:00
parent e1bccff79b
commit 281aec23e3
65 changed files with 2843 additions and 31 deletions

View File

@@ -174,4 +174,10 @@ body {
}
.ant-breadcrumb a:hover {
background-color: transparent;
}
/* X6 节点样式 */
.x6-node foreignObject > body {
min-height: 100%;
max-height: 100%;
}