赛事日历
/* 保持 CSS 优化,确保布局和按钮正常 */
.fc-toolbar-chunk .fc-button.fc-button-primary:disabled {
opacity: 0.8;
cursor: pointer !important;
background-color: #38a169 !important;
color: white !important;
}
.fc-toolbar-chunk .fc-button.fc-button-primary:not(:disabled) {
background-color: #48bb78 !important;
}
.fc-multimonth-day {
min-height: 50px;
}
.fc-daygrid-event-harness {
margin-bottom: 2px;
}