diff --git a/src/pages/Dashboard/components/Stats/components/NewOldVisitors/index.tsx b/src/pages/Dashboard/components/Stats/components/NewOldVisitors/index.tsx index 3f02396..c8f7da4 100644 --- a/src/pages/Dashboard/components/Stats/components/NewOldVisitors/index.tsx +++ b/src/pages/Dashboard/components/Stats/components/NewOldVisitors/index.tsx @@ -102,7 +102,7 @@ const ChartThree: React.FC = () => {
新访客 - {result.newVisitors}% + {result.newVisitors.toFixed(2)}%
@@ -112,7 +112,7 @@ const ChartThree: React.FC = () => {老访客 - {result.oldVisitors}% + {result.oldVisitors.toFixed(2)}%