【发布时间】:2017-01-03 02:16:54
【问题描述】:
dl 列表视图在 bootstrap 4 中不起作用,与在 bootstrap 3 中一样
HTML:
<section class="landing">
<div class="container">
<dl class="dl-horizontal">
<dt>col1</dt>
<dd>col2</dd>
</dl>
</div>
</section>
【问题讨论】:
标签: html css twitter-bootstrap twitter-bootstrap-4 bootstrap-4