diff --git a/src/views/EventDetail/components/LimitAnalyse.js b/src/views/EventDetail/components/LimitAnalyse.js index 63fad28a..0c180f9f 100644 --- a/src/views/EventDetail/components/LimitAnalyse.js +++ b/src/views/EventDetail/components/LimitAnalyse.js @@ -61,8 +61,8 @@ import CardHeader from '../../../components/Card/CardHeader'; // 导入图表组件 import ReactECharts from 'echarts-for-react'; -// 导入导航栏组件 -import HomeNavbar from '../../../components/Navbars/HomeNavbar'; +// Navigation bar now provided by MainLayout +// import HomeNavbar from '../../../components/Navbars/HomeNavbar'; import { logger } from '../../../utils/logger'; import { getApiBase } from '../../../utils/apiConfig'; @@ -473,9 +473,8 @@ const LimitAnalyse = () => { return ( - {/* 添加导航栏 */} - - + {/* Navigation bar provided by MainLayout */} + {/* 添加容器和边距 */}