html – dl(详细列表)在bootstrap 4中不起作用

前端之家收集整理的这篇文章主要介绍了html – dl(详细列表)在bootstrap 4中不起作用前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

dl list view在bootstrap 4中不起作用,与bootstrap 3中的相同

HTML

 
最佳答案
该类已从V4中的Bootstrap中删除.

Migration documents of Bootstrap 4

.dl-horizontal has been dropped. Instead,use .row on and use grid column classes (or mixins) on its and children.

猜你在找的HTML相关文章