mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-23 17:06:42 +08:00
### What problem does this PR solve? feat: Add RetrievalDocuments to SearchPage #2247 feat: Click on the link in the reference to display the pdf drawer #2247 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
12 lines
176 B
Plaintext
12 lines
176 B
Plaintext
.selectFilesCollapse {
|
|
:global(.ant-collapse-header) {
|
|
padding-left: 22px;
|
|
}
|
|
margin-bottom: 32px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.selectFilesTitle {
|
|
padding-right: 10px;
|
|
}
|