mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-05 01:55:05 +08:00
### What problem does this PR solve? Feat: Add ChunkedResultPanel #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -20,8 +20,8 @@ const list = new Array(10).fill({
|
||||
export default function ParsedResultPanel() {
|
||||
return (
|
||||
<div className="flex-1 py-6 border-l space-y-6">
|
||||
<ChunkToolbar></ChunkToolbar>
|
||||
<div className="space-y-6 overflow-auto max-h-[94vh] px-9">
|
||||
<ChunkToolbar text="Parsed results"></ChunkToolbar>
|
||||
<div className="space-y-6 overflow-auto max-h-[87vh] px-9">
|
||||
{list.map((x, idx) => (
|
||||
<ParsedPageCard
|
||||
key={idx}
|
||||
|
||||
Reference in New Issue
Block a user