Skip to content
On this page

因为需要搭配使用

json
text-overflow: ellipsis;
    // white-space: normal;
    white-space: nowrap;
    overflow: hidden;

如果是table,还需要设置

json
table {
  table-layout: fixed;
}

粤ICP备2024285819号