Skip to content

Commit 0290a02

Browse files
committed
style: 调整字体大小
1 parent d3a6e1b commit 0290a02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/web/src/components/ChatBox/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const ChatBoxInner: React.FC<ChatBoxProps> = React.memo((props) => {
4444
}
4545

4646
return (
47-
<div className="w-full h-full flex flex-col select-text relative">
47+
<div className="w-full h-full flex flex-col select-text relative text-sm">
4848
<ChatMessageList
4949
key={converseId}
5050
title={converseTitle}

client/web/src/styles/global.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
html {
2-
font-size: 14px;
2+
font-size: 16px;
33
}
44

55
body {

0 commit comments

Comments
 (0)