bootstrap table 怎么自適應寬度


<div class="table-responsive"> <table class="table text-nowrap"> <thead> <tr> <th> ... </th> .... </tr> </thead> <tbody> <tr> <td> ... </td> .... </tr> ..... </tbody> </table> </div>
其中,表格需要加table樣式,text-nowrap控制內容不換行,表格外層必須有<div class="table-responsive">。表格里面的theadtbody不能省略,否則Bootstrap表格樣式不會被使用。


免責聲明!

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



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