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

pull/8269/head
非法操作 2 years ago committed by GitHub
parent 342607f4a4
commit 678bbf8fe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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}

Loading…
Cancel
Save