From 9c678177be45d70f161be82de614315596cbc319 Mon Sep 17 00:00:00 2001 From: laixingyou Date: Fri, 8 Mar 2024 17:25:48 +0800 Subject: [PATCH] fix: mobile style Signed-off-by: laixingyou --- .../MetricContributor/ContributorContribution.tsx | 2 +- .../MetricContributor/ContributorOrganizations.tsx | 5 ++++- .../analyze/DataView/MetricDetail/index.tsx | 14 +++++++++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/apps/web/src/modules/analyze/DataView/MetricDetail/MetricContributor/ContributorContribution.tsx b/apps/web/src/modules/analyze/DataView/MetricDetail/MetricContributor/ContributorContribution.tsx index 29c75474..74a9c16e 100644 --- a/apps/web/src/modules/analyze/DataView/MetricDetail/MetricContributor/ContributorContribution.tsx +++ b/apps/web/src/modules/analyze/DataView/MetricDetail/MetricContributor/ContributorContribution.tsx @@ -23,7 +23,7 @@ const ContributorContribution: React.FC<{ const [onlyOrg, setOnlyOrg] = useState(false); return ( -
+
+
{ const { isLoading } = useVerifyDetailRangeQuery(); @@ -79,7 +80,7 @@ const MetricDetail = () => { {t('analyze:metric_detail:project_deep_dive_insight')}
-
+
{ }} />
+
+