From 22d731167ce4f994191fc9125baad21dc7d513b5 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Tue, 23 Dec 2025 10:55:46 +0800 Subject: [PATCH] =?UTF-8?q?refactor(Center):=20=E7=A7=BB=E9=99=A4=20Strate?= =?UTF-8?q?gyCenter=EF=BC=8C=E7=AE=80=E5=8C=96=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 StrategyCenter 组件引用 - 移除右侧边栏的滚动条样式(由子组件自行处理) - 更新投资规划中心注释说明 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/views/Center/Center.tsx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) 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', - }, - }} >