/*溢出的字...处理*/
.updatecsssubstring {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100px;
    display: inline-block;
}

 

相关文章:

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