Commit 513711ef by Liu

fix: 输入框样式

parent 0f9aabf2
......@@ -200,7 +200,7 @@ const ChatEditorBase: React.FC<ChatEditorProps & WithAuthProps> = ({ checkAuth,
enterKeyHint="send"
role="textbox"
translate="no"
className="w-full min-h-[40px] max-w-[100%] max-h-[48px] p-2 rounded overflow-y-auto outline-none"
className="w-full min-h-[40px] word-break-break-all max-h-[48px] p-2 rounded overflow-y-auto outline-none"
onInput={handleInput}
onFocus={onFocus}
onKeyDown={handleKeyDown}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment