flex -wrap :就是換行屬性,當內元件數量超過外容器大小時,就會超出; 各屬性如下,假設 flex-direction:row ... .container { flex-flow: column wrap; } ...
確定! 回上一頁