gpt4 book ai didi

css - 带有 Bootstrap 4.0 alpha 布局的 React-big-calendar 丑陋

转载 作者:太空宇宙 更新时间:2023-11-04 08:14:17 31 4
gpt4 key购买 nike

我使用的是 bootstrap 4.0 alpha,没有其他样式。布局非常丑陋,日历只显示一列而不是表格。知道为什么以及如何做吗?

我从网站上注意到以下内容,但我不明白我应该怎么做:

note: The default styles use height: 100% which means your container must set an explicit height (feel free to adjust the styles to suit your specific needs).

这是我的渲染代码:

    render() {
return (
<div className="container">
<TaskSearchBar
search={this.onSearch}
/>
<BigCalendar
selectable
events={[]}
defaultView='week'
scrollToTime={new Date(1970, 1, 1, 6)}
defaultDate={new Date(2015, 3, 12)}
onSelectEvent={event => alert(event.title)}
onSelectSlot={(slotInfo) => alert(
`selected slot: \n\nstart ${slotInfo.start.toLocaleString()} ` +
`\nend: ${slotInfo.end.toLocaleString()}`
)}
/>
<TaskList
queryUrl={this.state.queryUrl}
/>
</div>
);
}

这是布局结果 layout result

最佳答案

我发现我错过了这一行:


require('react-big-calendar/lib/css/react-big-calendar.css');

感谢enter link description here

关于css - 带有 Bootstrap 4.0 alpha 布局的 React-big-calendar 丑陋,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46020823/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com