.table-striped可以使奇数行的背景设为灰色。
- <table class="table table-striped">
- …
- </table>
.table-bordered可以使边框显示。
- <table class="table table-bordered">
- …
- </table>
.table-hover可以使鼠标悬停的行的背景变为灰色。
- <table class="table table-hover">
- …
- </table>
.table-condensed可以使行间距变小。
- <table class="table table-condensed">
- …
- </table>
时间: 2024-10-07 08:27:33