0
內引導輸入水平對齊,我想一個微調對準剛剛輸入框右側,但它會下:無法獲得GIF與輸入組
<form>
<div class="form-group">
<div class="input-group">
<span class="input-group-addon">
<i class="glyphicon glyphicon-search"></i>
</span>
<input type="text" class="form-control" placeholder="Search" ng-model="searchTerm" ng-change="FetchNearby(searchTerm)">
</div>
<span><img alt="Logo" src="/Content/Images/ajax-loader.gif" /></span>
</div>
</form>
沒有運氣它定位與此同時,它將文本框放在左側,微調器放在屏幕的右側。有純粹的bootstrap解決方案嗎?我嘗試使用form-inline和pull-left而沒有成功 –