chore(deps): upgrade npm dependencies

This commit is contained in:
Fu Diwei
2025-03-06 15:51:53 +08:00
parent b17dd04329
commit e2fdc29ca0
3 changed files with 430 additions and 396 deletions

View File

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