style: 调整字体大小

pull/90/head
moonrailgun 2 years ago
parent d3a6e1b196
commit 0290a02905

@ -44,7 +44,7 @@ const ChatBoxInner: React.FC<ChatBoxProps> = React.memo((props) => {
} }
return ( return (
<div className="w-full h-full flex flex-col select-text relative"> <div className="w-full h-full flex flex-col select-text relative text-sm">
<ChatMessageList <ChatMessageList
key={converseId} key={converseId}
title={converseTitle} title={converseTitle}

@ -1,5 +1,5 @@
html { html {
font-size: 14px; font-size: 16px;
} }
body { body {

Loading…
Cancel
Save