diff --git a/src/views/Dashboard/components/CalendarPanel.tsx b/src/views/Dashboard/components/CalendarPanel.tsx index 5acb0135..f8a8f11e 100644 --- a/src/views/Dashboard/components/CalendarPanel.tsx +++ b/src/views/Dashboard/components/CalendarPanel.tsx @@ -26,6 +26,7 @@ import 'dayjs/locale/zh-cn'; import { usePlanningData } from './PlanningContext'; import { EventDetailModal } from './EventDetailModal'; import type { InvestmentEvent } from '@/types'; +import './InvestmentCalendar.less'; // 懒加载投资日历组件 const InvestmentCalendar = lazy(() => import('@/views/Community/components/InvestmentCalendar')); @@ -108,14 +109,37 @@ export const CalendarPanel: React.FC = () => { return ( - + @@ -186,22 +186,23 @@ const InvestmentPlanningCenter: React.FC = () => { colorScheme="purple" size={{ base: 'sm', md: 'md' }} > - - - - + + + + 我的计划 ({planCount}) - - + + 我的复盘 ({reviewCount})