diff --git a/src/views/Center/Center.tsx b/src/views/Center/Center.tsx index fa0e683b..9fa6843f 100644 --- a/src/views/Center/Center.tsx +++ b/src/views/Center/Center.tsx @@ -24,7 +24,6 @@ import { useLocation, useNavigate } from 'react-router-dom'; import InvestmentPlanningCenter from './components/InvestmentPlanningCenter'; import { getEventDetailUrl } from '@/utils/idEncoder'; import MarketDashboard from '@views/Profile/components/MarketDashboard'; -import StrategyCenter from '@views/Profile/components/StrategyCenter'; import ForumCenter from '@views/Profile/components/ForumCenter'; import WatchSidebar from '@views/Profile/components/WatchSidebar'; import { THEME } from '@views/Profile/components/MarketDashboard/constants'; @@ -228,17 +227,12 @@ const CenterDashboard: React.FC = () => { - {/* 投资规划中心 */} - - - - {/* 价值论坛 / 互动中心 */} - {/* 投资规划中心(整合了日历、计划、复盘) */} + {/* 投资规划中心(整合了日历、计划、复盘,应用 FUI 毛玻璃风格) */} @@ -252,16 +246,6 @@ const CenterDashboard: React.FC = () => { position="sticky" top="80px" alignSelf="flex-start" - maxH="calc(100vh - 100px)" - overflowY="auto" - css={{ - '&::-webkit-scrollbar': { width: '4px' }, - '&::-webkit-scrollbar-track': { background: 'transparent' }, - '&::-webkit-scrollbar-thumb': { - background: 'rgba(212, 175, 55, 0.3)', - borderRadius: '2px', - }, - }} >