style: user rank chart

This commit is contained in:
jialin
2025-12-25 17:57:11 +08:00
parent 9dcdb6b6e7
commit 9b25cc51e4
6 changed files with 55 additions and 13 deletions
@@ -9,6 +9,8 @@ interface TopUserProps {
const TopUser: React.FC<TopUserProps> = (props) => {
const { userData, topUserList } = props;
console.log('TopUser userData:', userData, topUserList);
return (
<CardWrapper>
<HBar