mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-24 16:46:40 +08:00
@ -212,7 +212,7 @@ const Chat: FC<IChatProps> = ({
|
||||
}
|
||||
<Textarea
|
||||
className={`
|
||||
block w-full px-2 pr-[118px] py-[7px] leading-5 max-h-none text-sm text-gray-700 outline-none appearance-none resize-none
|
||||
block w-full px-2 pr-[118px] py-[7px] leading-5 max-h-none text-base text-gray-700 outline-none appearance-none resize-none
|
||||
${visionConfig?.enabled && 'pl-12'}
|
||||
`}
|
||||
value={query}
|
||||
|
||||
Reference in New Issue
Block a user