Commit 396bb0c0 by Liu

fix;输入框折行

parent 513711ef
...@@ -210,6 +210,7 @@ const ChatEditorBase: React.FC<ChatEditorProps & WithAuthProps> = ({ checkAuth, ...@@ -210,6 +210,7 @@ const ChatEditorBase: React.FC<ChatEditorProps & WithAuthProps> = ({ checkAuth,
style={{ style={{
resize: 'none', resize: 'none',
maxHeight: '48px', maxHeight: '48px',
wordBreak: 'break-all',
}} }}
> >
{/* marginBottom: '40px', */} {/* marginBottom: '40px', */}
......
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