在flex布局里使用text-overflow: ellipsis;发现没有省略。

解决方案

.g-flex-c{
    flex: 1;
    min-width: 0;
}

相关文章: