【发布时间】:2021-09-30 18:16:46
【问题描述】:
PC 上所需的渲染:
1 | 2
在移动设备上所需的渲染:
2
1
如何使用订单类?
我的代码:
<div class="row">
<div class="col-lg-8">
//1
//order last on small screens
</div>
<div class="col-lg-4">
//2
//order first on small screens
</div>
</div>
【问题讨论】:
标签: twitter-bootstrap bootstrap-4