layui table 調整行高 並設置內容自動換行


1、css 設置內容自動換行

    
     .layui-table-cell{
        overflow:visible;
        text-overflow:inherit;
        white-space:normal;
        height: 60px;/*在這里設置行高沒用*/
    }

2、設置行高

done: function() { 
  //當數據渲染完后,執行的回調 $('.layui-table-cell').css('height','42px'); }

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM