简体   繁体   English

反应大日历行大小变化?

[英]React Big Calendar Row size change?

Does anyone knows how to change the height of the react big calendar when we add more than one event in a day cell.当我们在一天单元格中添加多个事件时,有谁知道如何更改 React 大日历的高度。 Big help.Thank you in adnvance大帮助。提前谢谢你

This style change will help auto row height for react-big-calendar.此样式更改将有助于 react-big-calendar 的自动行高。

.rbc-month-row {
  display: inline-table !important;
  flex: 0 0 0 !important;
  min-height: 50px !important;
}
.rbc-timeslot-group {
  min-height: 200px;
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM