From 9aeedbf185358db5f1e2c286e6a35e46fc8f499a Mon Sep 17 00:00:00 2001 From: xsteadybcgo Date: Mon, 6 Sep 2021 12:30:19 +0800 Subject: [PATCH] fix: font-size --- src/pages/Summary/index.tsx | 2 +- src/shared/components/EmptyByDesc/index.css | 2 +- src/shared/components/OverviewCard/index.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Summary/index.tsx b/src/pages/Summary/index.tsx index f1f6a6b..963b121 100644 --- a/src/pages/Summary/index.tsx +++ b/src/pages/Summary/index.tsx @@ -69,7 +69,7 @@ const Summary: FC<{}> = () => { percentageData={{ used: statics.reqCnt, limit: user.reqDayLimit, - onlyPercentage: false, + onlyPercentage: true, }} > {statics.reqCnt} diff --git a/src/shared/components/EmptyByDesc/index.css b/src/shared/components/EmptyByDesc/index.css index 125357a..caab565 100644 --- a/src/shared/components/EmptyByDesc/index.css +++ b/src/shared/components/EmptyByDesc/index.css @@ -22,7 +22,7 @@ } .empty-usage-container .para { - font-size: 16px; + font-size: 14px; font-weight: 400; text-align: left; color: #3f3f3f; diff --git a/src/shared/components/OverviewCard/index.css b/src/shared/components/OverviewCard/index.css index 7ba2d97..ad79122 100644 --- a/src/shared/components/OverviewCard/index.css +++ b/src/shared/components/OverviewCard/index.css @@ -6,7 +6,7 @@ background: #f6f6f6; border-radius: 12px; padding: 0 20px; - margin-right: 25px; + margin-right: 20px; } .summary-card:last-of-type {