通过添加 .table-condensed
类可以让表格更加紧凑,单元格中的内补(padding)均会减半。
通过添加 .table-condensed class,行内边距(padding)被切为两半,以便让表看起来更紧凑,如下面的实例所示。这在想让信息看起来更紧凑时非常有用。
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry the Bird | ||
4 | w3c.3306.biz | @w3c school |
<table class="table table-condensed"> ... </table>