mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-01 09:39:57 +08:00
### What problem does this PR solve? feat: add CreateFlowModal #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -46,3 +46,11 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.flowTemplateCard {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.selectedFlowTemplateCard {
|
||||
background-color: @selectedBackgroundColor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user