gpt4 book ai didi

html - 表格标题使用 Bootstrap 进入底部

转载 作者:技术小花猫 更新时间:2023-10-29 12:38:15 30 4
gpt4 key购买 nike

表格标题位于表格顶部,但当我使用 Bootstrap 类时,它会转到表格底部。

<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>

如何将其与表格顶部对齐?

最佳答案

那是因为 bootstrap 4 有默认的 caption css 样式 - caption-side: bottom

当您更改 caption-side: top; 时,您的标题将位于表格的顶部。

关于html - 表格标题使用 Bootstrap 进入底部,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48647942/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com