gpt4 book ai didi

html - Bootstrap 3 : input-group not work in chrome

转载 作者:太空宇宙 更新时间:2023-11-04 03:25:50 25 4
gpt4 key购买 nike

我使用 Bootstrap 3。我有 input-groupinput-group-addon 类来使用此代码设计我的输入框:

<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 中有效并以全 Angular 显示:

enter image description here

但在 Chrome 中这不起作用并且不显示全宽:(版本 39.0.2171.65 m)

enter image description here

我该如何解决这个问题?!

演示 FIDDLE

最佳答案

删除 colspan="3" 或添加 width: 100%.input-group

See updated fiddle

关于html - Bootstrap 3 : input-group not work in chrome,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27094743/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com