flex布局与ellipsis冲突问题

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

解决方案

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