style: format large number for chart label

This commit is contained in:
jialin
2025-04-23 10:52:00 +08:00
parent 2e8899dfef
commit 3c196abccb
3 changed files with 20 additions and 3 deletions
@@ -174,7 +174,7 @@ const ContentItem: React.FC<MessageItemProps> = ({
<IconFont
type="icon-assistant-filled"
className="font-size-16 m-r-5"
style={{ color: 'var(--ant-blue-4)' }}
style={{ color: 'var(--ant-blue-5)' }}
/>
);
}