mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-17 19:22:55 +08:00
Feat: Fixed the issue where some fields in the chat configuration could not be displayed #3221 (#9430)
### What problem does this PR solve? Feat: Fixed the issue where some fields in the chat configuration could not be displayed #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -47,7 +47,7 @@ export function Sessions({
|
||||
}
|
||||
|
||||
return (
|
||||
<section className="p-6 w-[400px] max-w-[20%] flex flex-col">
|
||||
<section className="p-6 w-[296px] flex flex-col">
|
||||
<section className="flex items-center text-base justify-between gap-2">
|
||||
<div className="flex gap-3 items-center min-w-0">
|
||||
<RAGFlowAvatar
|
||||
|
||||
Reference in New Issue
Block a user