diff --git a/src/components/ThemeCharts/Charts/Gauge/index.tsx b/src/components/ThemeCharts/Charts/Gauge/index.tsx index d3e6c7bb..f5a1cf9f 100644 --- a/src/components/ThemeCharts/Charts/Gauge/index.tsx +++ b/src/components/ThemeCharts/Charts/Gauge/index.tsx @@ -42,7 +42,7 @@ export function GaugeChart(props: GaugeProps) { };" >${useT('用户总量')}
1,320
+ }; line-height: 45px;font-family: Alibaba PuHuiTi;" >1,320 `; }, diff --git a/src/components/ThemeCharts/Charts/Pie/index.tsx b/src/components/ThemeCharts/Charts/Pie/index.tsx index 99132084..1aa73840 100644 --- a/src/components/ThemeCharts/Charts/Pie/index.tsx +++ b/src/components/ThemeCharts/Charts/Pie/index.tsx @@ -51,7 +51,7 @@ export function PieChart(props: PieProps) { offsetY: -2, content: '3,200', style: { - fontFamily: 'Alibaba PuHuiTi 2.0', + fontFamily: 'Alibaba PuHuiTi', fontSize: '20px', color: isDark ? '#fff' : '#1D2129', },