feat: add delete menu to graph node #918 (#1133)

### What problem does this PR solve?
feat: add delete menu to graph node #918

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-06-12 17:38:41 +08:00
committed by GitHub
parent e05395d2a7
commit 3b7b6240c3
10 changed files with 149 additions and 97 deletions

View File

@@ -1,5 +1,6 @@
.textUpdaterNode {
.ragNode {
// height: 50px;
position: relative;
box-shadow:
-6px 0 12px 0 rgba(179, 177, 177, 0.08),
-3px 0 6px -4px rgba(0, 0, 0, 0.12),
@@ -13,6 +14,9 @@
color: #777;
font-size: 12px;
}
.description {
font-size: 10px;
}
}
.selectedNode {
border: 1px solid rgb(59, 118, 244);