【发布时间】:2017-02-02 19:24:45
【问题描述】:
我在我的表中使用以下 css:
.lh1 {
line-height: 50px;
}
我的桌子是这样的:
<table class="table table-bordered lh lh1">
..
..
..
</table>
但无论我为行高使用哪个值,我的表格都不会改变。此表中的其他 .css 工作正常。
这个问题的原因可能是什么?
【问题讨论】:
-
到底是什么问题?
标签: html css twitter-bootstrap html-table