Fullcalendar font-size of events
问题 When I change the font-size in the css like this: .fc-event { font-size: .85em;} The font-size looks perfect. But when I change the font-size with jquery it does not work. if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { $('#calendar').fullCalendar('changeView', 'agendaDay'); //=> OK $(".fc table ").css("font-size", "1.40em"); //=> OK $('.fc-event').css('font-size', '1.85em !important'); //=> NOT OK $('#calendar').fullCalendar('option',