bootstrap table去掉豎線邊框

<table id="allMonitorTable" data-toggle="table" class="table-no-bordered"> </table>

而後設置css:javascript

#allMonitorTable{border: 1px solid #e5e9ee; }css

#allMonitorTable thead{border: 1px solid #e5e9ee; }java

table生成的效果以下:code

 

data-classes="table table-no-border"ip

則是全部線條都消失it

相關文章
相關標籤/搜索