index.less 88 B

12345
  1. .text-ellipsis{
  2. overflow: hidden;
  3. text-overflow: ellipsis;
  4. white-space: nowrap;
  5. }