这是我尝试过的:
<div class="input-prepend input-append">
<input type="text" />
<div class="add-on btn-group" data-toggle="buttons-radio">
<button type="button" class="btn btn-primary" dir="ltr">http://</button>
<button type="button" class="btn btn-primary" dir="ltr">https://</button>
</div>
</div>
但是组按钮使它变得丑陋padding
!margin
你可以在jsFiddle中看到它
我该如何解决?