bootstrap中設定行高:
#只需將row-same-height類別新增至對應的div中,
< div class =“row row-same-height”>< / div>
在類別中就可以設定高度:
.row- same-height { overflow:hidden; } .row-same-height> div { margin-bottom:-2000px!important; padding-bottom:2000px!important; }
以上是bootstrap怎麼設定行高的詳細內容。更多資訊請關注PHP中文網其他相關文章!