shoolnight

html:

  <span class="history">货已经发过去了货已经发过去了</span>

css:

  /*多出的用省略号替代*/
  .history{
      display: inline-block;
      width: 120px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

分类:

技术点:

相关文章:

  • 2021-08-07
  • 2021-12-27
  • 2021-12-25
  • 2021-10-18
  • 2022-12-23
  • 2021-10-20
  • 2022-01-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-23
  • 2021-12-12
  • 2022-02-17
  • 2021-08-30
  • 2022-12-23
  • 2021-08-15
相关资源
相似解决方案