From e02aa4ed2f2e209fd50c31568d9d24f1f3c8d501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=9F=E8=B4=A4?= Date: Tue, 6 Sep 2022 15:46:31 +0800 Subject: [PATCH] fix PageContainer error --- src/pages/Admin.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Admin.tsx b/src/pages/Admin.tsx index b4943a94..2f93986b 100644 --- a/src/pages/Admin.tsx +++ b/src/pages/Admin.tsx @@ -1,5 +1,5 @@ import { HeartTwoTone, SmileTwoTone } from '@ant-design/icons'; -import { PageHeaderWrapper } from '@ant-design/pro-components'; +import { PageContainer } from '@ant-design/pro-components'; import { useIntl } from '@umijs/max'; import { Alert, Card, Typography } from 'antd'; import React from 'react'; @@ -7,7 +7,7 @@ import React from 'react'; const Admin: React.FC = () => { const intl = useIntl(); return ( - { 。

-
+ ); };