in your MovieCardList add inline style of display: flex . function MovieCardList(props) { return ( <div style="display: flex"> ...
確定! 回上一頁