wangziyue
<th class="wrap">商品名</th>

  

.wrap{
width: 150px; //设置需要固定的宽度
white-space: nowrap; //不换行
text-overflow: ellipsis; //超出部分用....代替
overflow: hidden; //超出隐藏
|

  

分类:

技术点:

相关文章:

  • 2022-01-28
  • 2021-09-15
  • 2021-11-21
  • 2021-12-30
  • 2022-12-23
  • 2022-01-29
  • 2021-06-19
  • 2021-05-30
猜你喜欢
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2021-08-13
  • 2021-12-26
  • 2021-10-28
  • 2021-10-19
相关资源
相似解决方案