mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-13 08:28:22 +08:00
### What problem does this PR solve? Refactor: UmiJs -> Vite+React ### Type of change - [x] Refactoring --------- Co-authored-by: Liu An <asiro@qq.com>
15 lines
313 B
Plaintext
15 lines
313 B
Plaintext
.canvasWrapper {
|
|
position: relative;
|
|
height: calc(100% - 64px);
|
|
:global(.react-flow__node-group) {
|
|
.commonNode();
|
|
border-radius: 0 0 10px 10px;
|
|
padding: 0;
|
|
border: 0;
|
|
background-color: transparent;
|
|
}
|
|
:global(.react-flow__node-group.selectable.selected) {
|
|
box-shadow: none;
|
|
}
|
|
}
|