mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-08 17:32:27 +08:00
修复 iphone 手机点击聊天框放大的问题
This commit is contained in:
@ -172,7 +172,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