resolve build error

This commit is contained in:
Yoan.liu
2025-04-13 08:54:05 +08:00
parent 6a23da3de3
commit 4475ed0dea
5 changed files with 9 additions and 7 deletions

View File

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