From 2731f5560fd8576cfb85dfc21c5e8ac98e0975aa Mon Sep 17 00:00:00 2001 From: Dawn1Ocean <1785590531@qq.com> Date: Sun, 7 Apr 2024 13:19:01 +0800 Subject: [PATCH] fix welcome layout --- src/pages/Welcome/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Welcome/index.tsx b/src/pages/Welcome/index.tsx index 3c821bd..5d0bb35 100644 --- a/src/pages/Welcome/index.tsx +++ b/src/pages/Welcome/index.tsx @@ -1,9 +1,9 @@ +import type { TinyRingConfig } from '@ant-design/charts'; import { Tiny } from '@ant-design/charts'; import { PageContainer, ProCard, StatisticCard } from '@ant-design/pro-components'; import { Card, Statistic } from 'antd'; import RcResizeObserver from 'rc-resize-observer'; import { useState } from 'react'; -import type { TinyRingConfig } from '@ant-design/charts'; const percentRing = (percent: number, frontColor: string): React.JSX.Element => { const TinyRing = Tiny.Ring as (props: TinyRingConfig) => JSX.Element; @@ -52,7 +52,7 @@ const Logs: React.FC = () => { const [responsive, setResponsive] = useState(false); return ( - + { @@ -83,7 +83,7 @@ const Logs: React.FC = () => { { chartPlacement="left" />