mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +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)
This commit is contained in:
5
web/src/constants/form.ts
Normal file
5
web/src/constants/form.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export enum FormLayout {
|
||||
Horizontal = 'horizontal',
|
||||
Vertical = 'vertical',
|
||||
Inline = 'inline',
|
||||
}
|
||||
Reference in New Issue
Block a user