mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-21 15:11:08 +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>
20 lines
382 B
Plaintext
20 lines
382 B
Plaintext
.text {
|
|
.chunkText;
|
|
font-size: 16px;
|
|
li {
|
|
padding: 4px 0px;
|
|
}
|
|
// p {
|
|
// white-space: pre-wrap; // https://stackoverflow.com/questions/60332183/new-line-with-react-markdown
|
|
// }
|
|
}
|
|
|
|
.code {
|
|
padding: 3px 6px 6px;
|
|
margin: 0;
|
|
white-space: break-spaces;
|
|
background-color: rgba(129, 139, 152, 0.12);
|
|
border-radius: 4px;
|
|
color: var(--ant-color-text-base);
|
|
}
|