添加 .table-bordered
类为表格和其中的每个单元格增加边框。
通过添加 .table-bordered class,您将看到每个元素周围都有边框,且占整个表格是圆角的,如下面的实例所示:
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
Mark | Otto | @TwBootstrap | |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird | ||
4 | w3c.3306.biz | @w3c school |
<table class="table table-bordered"> ... </table>