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>
原文由 cdTest 发布,翻译遵循 CC BY-SA 4.0 许可协议
该类已从 V4 中的 Bootstrap 中删除。
来自 Bootstrap 4 的 Migration 文档