mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-18 21:57:27 +08:00
### What problem does this PR solve? Refactor: UmiJs -> Vite+React ### Type of change - [x] Refactoring --------- Co-authored-by: Liu An <asiro@qq.com>
14 lines
161 B
Plaintext
14 lines
161 B
Plaintext
.settingWrapper {
|
|
width: 100%;
|
|
|
|
.outletWrapper {
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.itemDescription {
|
|
padding: 10px 0;
|
|
margin: 0;
|
|
}
|
|
}
|