diff --git a/Analysis/src/index.tsx b/Analysis/src/index.tsx
index 201009c693cec55b0cbd869eac02c915cc1c3355..005e8a208ab92b626ac981fbc0e98d3ed0a4a5c7 100644
--- a/Analysis/src/index.tsx
+++ b/Analysis/src/index.tsx
@@ -8,6 +8,7 @@ import PageLoading from './components/PageLoading';
import { Dispatch } from 'redux';
import { IAnalysisData } from './data.d';
import { RadioChangeEvent } from 'antd/lib/radio';
+import { GridContent } from '@ant-design/pro-layout';
const IntroduceRow = React.lazy(() => import('./components/IntroduceRow'));
const SalesCard = React.lazy(() => import('./components/SalesCard'));
@@ -156,53 +157,55 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component<
const activeKey = currentTabKey || (offlineData[0] && offlineData[0].name);
return (
-
- }>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ }>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
}
}
diff --git a/package.json b/package.json
index a70bd2ee9fd407cb0081bd8ee3a9757f9649ebc1..2147aeec2292b0f51d100fbcb4e8863d3e0a65c7 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-standard": "^18.0.0",
"umi": "^2.3.0-0",
- "umi-plugin-block-dev": "^1.3.1",
+ "umi-plugin-block-dev": "^2.0.1",
"umi-plugin-react": "^1.3.0-0",
"umi-request": "^1.0.0"
},