用css样式显示省略号,记



.xx{
display: block;
width:200px;/*对宽度的定义,根据情况修改*/
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

}


效果图

css样式显示省略号


相关文章:

  • 2022-03-09
  • 2022-12-23
  • 2021-12-12
  • 2021-12-12
  • 2021-12-15
  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2021-08-27
  • 2021-11-27
相关资源
相似解决方案