因为需要搭配使用
json
text-overflow: ellipsis;
// white-space: normal;
white-space: nowrap;
overflow: hidden;如果是table,还需要设置
json
table {
table-layout: fixed;
}
xxxsjan Docs