feat: add FlowCanvas (#593)
### What problem does this PR solve? feat: handle operator drag feat: add FlowCanvas #592 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
14
web/src/pages/flow/flow-sider/index.less
Normal file
14
web/src/pages/flow/flow-sider/index.less
Normal file
@@ -0,0 +1,14 @@
|
||||
.operatorCard {
|
||||
:global(.ant-card-body) {
|
||||
padding: 10px;
|
||||
}
|
||||
.cubeIcon {
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.siderContent {
|
||||
padding: 10px 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user