fix: send button ui

This commit is contained in:
lyzno1
2025-09-10 23:44:18 +08:00
parent 672ad29e5d
commit c907432782

View File

@ -221,8 +221,8 @@ const Chat: FC<IChatProps> = ({
onKeyDown={handleKeyDown}
autoSize
/>
<div className="absolute bottom-2 right-2 flex items-center h-8">
<div className={`${s.count} mr-4 h-5 leading-5 text-sm bg-gray-50 text-gray-500`}>{query.trim().length}</div>
<div className="absolute bottom-2 right-6 flex items-center h-8">
<div className={`${s.count} mr-3 h-5 leading-5 text-sm bg-gray-50 text-gray-500 px-2 rounded`}>{query.trim().length}</div>
<Tooltip
selector='send-tip'
htmlContent={