css less long words, automatic ellipsis

 

.css{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;  
}

Automatic ellipses dom need to add css style like this.

Guess you like

Origin www.cnblogs.com/lgqing920/p/11201150.html