在Bootstrap中,如果我写这段代码,在一行中只使用6列,可以吗?其他6列发生了什么?
<div class="row">
<div class="col-xs-4">some text</div>
<div class="col-xs-2">some text</div>
</div>发布于 2019-04-18 02:16:00
好的,没有必要写12列,如果你要取col-4和col-2,它将占用50%的宽度,其余的50%宽度将保持空白。
https://stackoverflow.com/questions/55708461
复制相似问题