flexWrap # flexWrap 定义了子元素如何在接触到父容器底部时执行换行的行为。默认值为 nowrap。 NameDescriptionTypeDefault flexWrap MDN 文档 enum nowrapflexShrink height Contents LinksGitHubChangelogQuick TV UI for Vue 2 CommunityFeedbackContribution
Initial value:nowrap Applies to:flex containers Inherited:no Computed value:as specified Animation type:discrete Values flex-wrap:nowrap;/* Default value */flex-wrap:wrap;flex-wrap:wrap-reverse;/* Global values */flex-wrap:inherit;flex-wrap:initial;flex-wrap:revert;flex-wrap:revert-layer;flex-w...
0 Quoting from MDN: Your .list-item will only wrap once there is not enough space to place another item in a row, a new flex line is created. New lines are created as needed until all of the items are placed. As the items can grow, they will expand to fill each row completely...