【调整】增加部署雨云

This commit is contained in:
cai
2026-01-13 17:47:39 +08:00
parent 4e49ca075a
commit 367c1a1096
1094 changed files with 179074 additions and 45 deletions

View File

@@ -0,0 +1,24 @@
.workflowContainer {
display: flex;
width: 100%;
height: 100%;
overflow: hidden;
}
.workflowEditor {
flex: 2;
display: flex;
flex-direction: column;
overflow: hidden;
}
.workflowConfig {
flex: 1;
display: flex;
flex-direction: column;
min-width: 280px;
max-width: 350px;
border-left: 1px solid #e8e8e8;
background-color: #fff;
overflow: hidden;
}