flex异常处理

溢出且没有省略,容易出现在嵌套flex布局中

flex: 1
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

在最父级的flex: n元素中加入以下代码修复

min-width: 0

你可能感兴趣的:(flex异常处理)