How does the elastic box layout align the last row of the list to the left?

that is, the item of the first few lines is aligned at both ends, the white space in the middle is automatically assigned, and the last line is aligned to the left, and the spacing allocation is the same as the automatic allocation above.
justify-content:space-between, the last line will not be left-aligned.
justify-content:flex-start, then item spacing is not automatically allocated.

ask for advice!

Mar.30,2021

https://runjs.cn/code/hzkw9urj


have you solved this problem


  stackoverflow reference  

Menu