Files
ragflow/web/src/pages/user-setting/index.module.less
chanx a8a060676a Refactor: UmiJs -> Vite (#12410)
### What problem does this PR solve?

Refactor: UmiJs -> Vite+React

### Type of change

- [x] Refactoring

---------

Co-authored-by: Liu An <asiro@qq.com>
2026-01-04 19:14:20 +08:00

14 lines
161 B
Plaintext

.settingWrapper {
width: 100%;
.outletWrapper {
height: 100%;
overflow-y: auto;
}
.itemDescription {
padding: 10px 0;
margin: 0;
}
}