我在模態對話框中使用輸入組。按鈕比其他元素少1px。我該如何解決它,更不用說爲什麼我有這個bug?我用引導3Bootstrap輸入組1px差異
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<div class="buttons input-group col-sm-offset-1 col-sm-9">
<input type="number" min="1" value="1" class="form-control" />
<span class="input-group-addon">ks</span>
<span class="input-group-btn">
<button type="button" class="btn btn-default glyphicon glyphicon-remove color-red"/>
</span>
</div>
完美地回答了我 – 2017-01-01 11:34:49