fix: upload img icon mis-align in the chat input area (#8263)

This commit is contained in:
非法操作 2024-09-11 15:58:20 +08:00 committed by GitHub
parent 342607f4a4
commit 678bbf8fe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,7 +159,7 @@ const ChatInput: FC<ChatInputProps> = ({
{
visionConfig?.enabled && (
<>
<div className='absolute bottom-2 left-2 flex items-center'>
<div className={cn('absolute bottom-2 flex items-center', noSpacing ? 'left-2' : 'left-10')}>
<ChatImageUploader
settings={visionConfig}
onUpload={onUpload}