【发布时间】:2018-07-16 19:21:52
【问题描述】:
表格标题位于表格顶部,但当我使用引导类时,它会位于表格底部。
<table class="table table-bordered">
<caption>why?</caption>
<tr>
<th>1</th>
<th>2</th>
<th>3</th>
</tr>
<tr>
<th>4</th>
<td>5</td>
<td>6</td>
</tr>
</table>
如何将其与表格顶部对齐?
【问题讨论】:
-
与 v4.3.1 相同的问题