我希望能够在Bootstrap 3进度条旁边放置一些内联元素,如下所示:
Some inline element [progress bar]
Some inline element [progress bar]
Some inline element [progress bar]
我试过以下没有运气:
>添加显示:内联 – 栏未显示
>添加浮动:右键 – 不显示
>使用表格实现布局 – 栏内未显示< td>
这是我尝试的bootply:http://www.bootply.com/9jNcnGRkUK
最佳答案
您可以按以下方式应用Grid system:
Try it your self.请注意,col-sm- *类应放在行类中.
原文链接:https://www.f2er.com/html/426523.html