Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

强制换行

  • 用法: 一般块级元素用:.sl-wrap
    table标签中需添加:.sl-wrap-table

  • 例子:

    /* 一般块状元素 */
    <p class="sl-wrap">…</p>      
     
    /* table 换行 */
    <table class="sl-wrap sl-wrap-table"></table>