mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-24 23:46:52 +08:00
### What problem does this PR solve? Fix: Fixed the issue of retrieval operator text overlapping #3221 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
export enum FormLayout {
|
|
Horizontal = 'horizontal',
|
|
Vertical = 'vertical',
|
|
Inline = 'inline',
|
|
}
|