mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-02 02:25:31 +08:00
### What problem does this PR solve? feat(next-search): Implements document preview functionality - Adds a new document preview modal component - Implements document preview page logic - Adds document preview-related hooks - Optimizes document preview rendering logic ### 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;
|
|
}
|