标准文档流
overflow:hidden;
text-overflow :ellipsis;
white-space: nowrap;
在flex布局里 给超出文本的那个div加个width或者min-width即可;