在mainlayout中引入日歷組件之后,顯示錯亂。按道理說,antdesign自己的后臺模板,應該不會和它自己的組件發生沖突的。有哪位高手知道這個怎么回事么?是不是我做的不對?const CalendarApp = ({ location }) => { return ( <MainLayout> <Calendar location={location} dateCellRender={dateCellRender} monthCellRender={monthCellRender} /> </MainLayout> );};CalendarApp.propTypes = {};export default CalendarApp;
antdesign默認后臺模板中,日歷組件顯示錯亂
BIG陽
2018-09-03 16:33:17