mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-01-03 04:15:27 +08:00
@ -212,7 +212,7 @@ const Chat: FC<IChatProps> = ({
|
|||||||
}
|
}
|
||||||
<Textarea
|
<Textarea
|
||||||
className={`
|
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'}
|
${visionConfig?.enabled && 'pl-12'}
|
||||||
`}
|
`}
|
||||||
value={query}
|
value={query}
|
||||||
|
|||||||
Reference in New Issue
Block a user