【发布时间】:2017-03-16 19:11:39
【问题描述】:
谁能解释一下为什么我的左边距和右边距不一样?
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 col-md-4 col-lg-4">
<button class="tab-button tab-yellow">One</button>
</div>
<div class="col-sm-4 col-md-4 col-lg-4">
<button class="tab-button tab-green">Two</button>
</div>
<div class="col-sm-4 col-md-4 col-lg-4">
<button class="tab-button tab-blue">Three</button>
</div>
</div>
</div>
https://jsfiddle.net/phpMick/e51t1fs8/
谢谢,
米克
【问题讨论】:
标签: twitter-bootstrap twitter-bootstrap-3