选择器 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:  100px;
}

  white-space 属性设置如何处理元素内的空白。

    white-space:nowrap;规定段落中的文本不进行换行:

相关文章:

  • 2021-09-09
  • 2021-06-05
  • 2022-12-23
  • 2022-03-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-20
相关资源
相似解决方案