community增加事件详情

This commit is contained in:
2026-01-07 15:57:34 +08:00
parent 401762dfba
commit a8530a91a2

View File

@@ -480,6 +480,10 @@ export const FullCalendarPro: React.FC<FullCalendarProProps> = ({
padding: '0 !important',
flexDirection: 'column',
},
// 隐藏 FullCalendar 默认的日期数字链接
'.fc-daygrid-day-top a.fc-daygrid-day-number': {
display: 'none !important',
},
// 非当月日期
'.fc-day-other': {
opacity: 0.4,