在Bootstrap中,我如何得到如下的按鈕組,跨越父元素的全部寬度? (如用「.btn塊」級,但應用於一組http://getbootstrap.com/css/#buttons-sizes)如何在Bootstrap中獲得跨父寬度的按鈕組?
<div class="btn-group" role="group" aria-label="...">
<button type="button" class="btn btn-default">Left</button>
<button type="button" class="btn btn-default">Middle</button>
<button type="button" class="btn btn-default">Right</button>
</div>
可能這[對齊按鈕組(https://開頭getbootstrap。 com/components /#btn-groups-justified) – vanburen