ragflow/web/src/pages/flow/canvas/node/index.less
balibabu 0e3a877e5c
feat: set the anchor points of all nodes to be enterable and exitable #918 (#1119)
### What problem does this PR solve?

feat: set the anchor points of all nodes to be enterable and exitable
#918

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
2024-06-11 19:31:52 +08:00

25 lines
441 B
Text

.textUpdaterNode {
// height: 50px;
box-shadow:
-6px 0 12px 0 rgba(179, 177, 177, 0.08),
-3px 0 6px -4px rgba(0, 0, 0, 0.12),
-6px 0 16px 6px rgba(0, 0, 0, 0.05);
padding: 5px;
border-radius: 5px;
background: white;
label {
display: block;
color: #777;
font-size: 12px;
}
}
.selectedNode {
border-color: #1677ff;
}
.handle {
display: inline-flex;
text-align: center;
// align-items: center;
}