feat(ui): enhance certificate downloading

This commit is contained in:
Fu Diwei
2024-12-09 19:42:56 +08:00
parent 7b85da901d
commit a4eff0b408
2 changed files with 38 additions and 12 deletions

View File

@@ -65,7 +65,7 @@ const Dashboard = () => {
<PageHeader title={t("dashboard.page.title")} />
<Row gutter={[16, 16]}>
<Row className="justify-stretch" gutter={[16, 16]}>
<Col {...statisticGridSpans}>
<StatisticCard
icon={<SquareSigmaIcon size={48} strokeWidth={1} color={themeToken.colorInfo} />}
@@ -134,7 +134,7 @@ const StatisticCard = ({
onClick?: () => void;
}) => {
return (
<Card className="overflow-hidden" bordered={false} hoverable onClick={onClick}>
<Card className="size-full overflow-hidden" bordered={false} hoverable onClick={onClick}>
<Space size="middle">
{icon}
<Statistic