mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 14:28:59 +08:00
### What problem does this PR solve? feat: when a node of the graph is selected, the border of the node is highlighted. #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
parent
abcd3d2469
commit
169281958b
@ -15,7 +15,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.selectedNode {
|
.selectedNode {
|
||||||
border-color: #1677ff;
|
border: 1px solid rgb(59, 118, 244);
|
||||||
}
|
}
|
||||||
|
|
||||||
.handle {
|
.handle {
|
||||||
|
@ -38,7 +38,7 @@ export function TextUpdaterNode({
|
|||||||
</Handle>
|
</Handle>
|
||||||
<Handle type="source" position={Position.Bottom} id="a" isConnectable />
|
<Handle type="source" position={Position.Bottom} id="a" isConnectable />
|
||||||
<div>
|
<div>
|
||||||
<Space>
|
<Space size={4}>
|
||||||
<OperatorIcon
|
<OperatorIcon
|
||||||
name={data.label as Operator}
|
name={data.label as Operator}
|
||||||
fontSize={12}
|
fontSize={12}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user