untablelist.css 118 B

123456
  1. .layui-table-cell {
  2. height: inherit;
  3. overflow: hidden;
  4. text-overflow: ellipsis;
  5. white-space: nowrap;
  6. }