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 (
<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
key={converseId}
title={converseTitle}

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

Loading…
Cancel
Save