.text-overflow {     
      
      display:block;/*内联对象需加  或inline-block */      
      
      width:25em;     
      
      word-break:keep-all;/* 不换行 */      
      
      whitewhite-space:nowrap;/* 不换行 */     
      
      overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */      
      
      text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ;需与overflow:hidden;一起使用。*/  
      
    }  

 

扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。