与 angular 一起使用并首次加载时出现完整日历、TimeGridDay 视图插件问题

Full Calendar, TimeGridDay view plugin issue while using with angular and loaded for the first time

Error Image of Time on the left side being exceed the vertical line

在完整日历中使用TimeGrid View作为插件时,第一次加载日历时,如何增加时间视图的宽度(如何增加Y轴) 我用的是angular 8,版本都是最新的,我用的是.fc.fc-axis {width: 42.25px !important},并尝试增加宽度,也用了slotWidth 属性 来自完整的日历,但没有帮助!

工作,

完整日历确实有根 class .fc 轴。所以,当我第一次打开页面时遇到问题(.ie ngOnInit),所以 global.scss 中的代码就像魔术一样工作!

.fc-axis { width: 100px !important;} 现在,根据要求我们也可以更改内联元素。