community增加事件详情
This commit is contained in:
@@ -480,6 +480,10 @@ export const FullCalendarPro: React.FC<FullCalendarProProps> = ({
|
|||||||
padding: '0 !important',
|
padding: '0 !important',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
},
|
},
|
||||||
|
// 隐藏 FullCalendar 默认的日期数字链接
|
||||||
|
'.fc-daygrid-day-top a.fc-daygrid-day-number': {
|
||||||
|
display: 'none !important',
|
||||||
|
},
|
||||||
// 非当月日期
|
// 非当月日期
|
||||||
'.fc-day-other': {
|
'.fc-day-other': {
|
||||||
opacity: 0.4,
|
opacity: 0.4,
|
||||||
|
|||||||
Reference in New Issue
Block a user