【发布时间】:2017-01-05 04:27:21
【问题描述】:
我有一个引导表:
<table class="table-bordered table-condensed table-hover">
<thead>
<tr>
<th>Id</th>
<th>ProductName</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>bicycle</td>
<td>5000</td>
</tr>
</tbody>
</table>
我想改变 thead ,th 的高度:"15px"。
【问题讨论】:
-
你想要只有
th的高度还是thead和th的高度? -
在使用 bootstrap css 时,只能增加 padding 以获得想要的高度。
-
@nareeboy : 我该怎么办?
-
在下面发布了答案
标签: jquery css twitter-bootstrap twitter-bootstrap-3 bootstrap-table