css过长文字自动换行

/*过长文字自动换行*/
        td.long-text > div{
            width:inherit;
            display:block;
            white-space:normal;
        }spa

 

相关文章
相关标签/搜索