fix: fix typo

This commit is contained in:
Fu Diwei
2025-05-08 15:36:51 +08:00
parent 809f231981
commit a4d397f24b
2 changed files with 3 additions and 3 deletions

View File

@@ -310,7 +310,7 @@ const StatisticCard = ({
onClick?: () => void;
}) => {
return (
<Card className="size-full overflow-hidden" hoverable loading={loading} bordered={false} onClick={onClick}>
<Card className="size-full overflow-hidden" hoverable loading={loading} variant="borderless" onClick={onClick}>
<Space size="middle">
{icon}
<Statistic