这些列是垂直堆叠的,因为您使用的是 Bootstrap 4 ,并且
-xs-不再使用中缀。只需使用
col-4..
<div > <div > <div >1</div> <div >2</div> <div >3</div> </div> </div>

这些列是垂直堆叠的,因为您使用的是 Bootstrap 4 ,并且
-xs-不再使用中缀。只需使用
col-4..
<div > <div > <div >1</div> <div >2</div> <div >3</div> </div> </div>