mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-21 15:11:08 +08:00
### What problem does this PR solve? feat: Arrange the form of generate, categorize, switch, retrieval operators vertically #1739 ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality) - [ ] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [ ] Other (please describe):
10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
.title {
|
|
flex-basis: 60px;
|
|
}
|
|
|
|
.formWrapper {
|
|
:global(.ant-form-item-label) {
|
|
font-weight: 600;
|
|
}
|
|
}
|