shoolnight

html:

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

css:

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

分类:

技术点:

相关文章:

  • 2022-01-02
  • 2021-11-29
  • 2021-10-02
  • 2021-10-02
  • 2021-10-02
  • 2021-08-30
猜你喜欢
  • 2022-12-23
  • 2021-10-19
  • 2021-12-23
  • 2021-10-12
  • 2021-12-12
  • 2021-11-29
  • 2021-12-25
相关资源
相似解决方案