2014-11-23 55 views
0

我與引導3.工作我已經input-groupinput-group-addon類設計我的輸入框與此代碼:引導3:輸入組中鉻不行

<tr> 
    <td> 
     <label class="control-label">thumbnails</label> 
    </td> 
    <td colspan="3" class=""> 
     <div class="input-group"> 
      <span class="input-group-addon"> 
      <a class="icon-picture boxGetFiles" id="btnChoiceThumbnail" href="#"></a> 
      </span> 
      <input type="text" name="thumbnail" class="form-control" id="thumbnail" tabindex="7" value=""/> 
     </div> 
    </td> 
</tr> 

在FF此代碼的工作真實,顯示全寬:

enter image description here

但在Chrome 不行全幅不顯示:(版本39.0.2171.65米)

enter image description here

我怎麼能合作解決這個問題呢?!

DEMO FIDDLE

回答