As flex items are laid out in a row by default, I specified the direction to be a column. .list-content { display: flex; flex-direction: column; ...
確定! 回上一頁