### 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)
15 lines
170 B
Plaintext
15 lines
170 B
Plaintext
.operatorCard {
|
|
:global(.ant-card-body) {
|
|
padding: 10px;
|
|
}
|
|
.cubeIcon {
|
|
&:hover {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
|
|
.siderContent {
|
|
padding: 10px 4px;
|
|
}
|