1、问题:父元素使用flex布局,子代元素里使用overflow: hidden;会失效
2、解决
在overflow: hidden;元素的父元素设置min-width: 0;
父元素不能设置flex