如何使boostrap table 自适应宽度的解决方法

如何使boostrap table 自适应宽度

解决方法:

<div class="table-responsive">
    <table id="table" class="table text-nowrap">
        
    </table>
</div>

猜你喜欢

转载自blog.csdn.net/qq_36797286/article/details/80493653
今日推荐