mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Add the iteration Node #4242 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -75,3 +75,23 @@
|
||||
background-color: #eff8ff;
|
||||
border: 1px;
|
||||
}
|
||||
|
||||
.commonNodeShadow() {
|
||||
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);
|
||||
}
|
||||
|
||||
.commonNodeRadius() {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.commonNode() {
|
||||
.commonNodeShadow();
|
||||
.commonNodeRadius();
|
||||
|
||||
padding: 10px;
|
||||
background: white;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user