Bootstrap子列高度不一样

时间:2017-09-06 10:08:42

标签: html css twitter-bootstrap

我的问题是我的列的所有高度都相同。 我使用Bootstrap它们的大小,但我使用sub divs,这是我的问题所在。

Here is a DEMO of my problem

第一个"表"是来自Stackoverflow Question

的示例中的一个

第二个是我的榜样。我需要内置单元格与最大行高相同。

请提出任何想法

以下是布局的预览。

enter image description here

1 个答案:

答案 0 :(得分:1)

在您的css中添加此内容,您将获得结果https://www.bootply.com/ffG102jhjs

.row.equal .col-sm-3 > div {
 height: 100%;
}