I\'m kinda stuck with a CSS problem while using Bootstrap. I\'m also using Angular JS with Angular UI.bootstrap (which might be part of the problem).
I\'m making a w
The border styling is set on the td elements.
td
html:
css: .borderless td, .borderless th { border: none; } Update: Since Bootstrap 4.1 you can use .table-borderless to remove the border. https://getbootstrap.com/docs/4.1/content/tables/#borderless-table 0 讨论(0) 查看其它16个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
css:
.borderless td, .borderless th { border: none; }
Update: Since Bootstrap 4.1 you can use .table-borderless to remove the border.
.table-borderless
https://getbootstrap.com/docs/4.1/content/tables/#borderless-table