From a8530a91a28a1193342db171e9c3480ca4d654db Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Wed, 7 Jan 2026 15:57:34 +0800 Subject: [PATCH] =?UTF-8?q?community=E5=A2=9E=E5=8A=A0=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Calendar/FullCalendarPro.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Calendar/FullCalendarPro.tsx b/src/components/Calendar/FullCalendarPro.tsx index 48eed01f..eb3c3a74 100644 --- a/src/components/Calendar/FullCalendarPro.tsx +++ b/src/components/Calendar/FullCalendarPro.tsx @@ -480,6 +480,10 @@ export const FullCalendarPro: React.FC = ({ padding: '0 !important', flexDirection: 'column', }, + // 隐藏 FullCalendar 默认的日期数字链接 + '.fc-daygrid-day-top a.fc-daygrid-day-number': { + display: 'none !important', + }, // 非当月日期 '.fc-day-other': { opacity: 0.4,