Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 引导程序3输入组未正确显示_Css_Forms_Twitter Bootstrap 3 - Fatal编程技术网

Css 引导程序3输入组未正确显示

Css 引导程序3输入组未正确显示,css,forms,twitter-bootstrap-3,Css,Forms,Twitter Bootstrap 3,我正在将Bootstrap3集成到我自己的管理模板中,我在显示输入组时遇到了问题。我不知道哪个CSS规则破坏了输入组的显示。这是JSFIDLE 公斤 您只需在下面的代码中添加一个类拉入: <input type="text" id="form_weight" value="0" name="weight" class="form-control text-right pull-right"> <span class="inpu

我正在将Bootstrap3集成到我自己的管理模板中,我在显示输入组时遇到了问题。我不知道哪个CSS规则破坏了输入组的显示。这是JSFIDLE


公斤

您只需在下面的代码中添加一个类拉入:

<input type="text" id="form_weight" value="0" name="weight" class="form-control text-right pull-right">                         
<span class="input-group-addon">Kg</span>

公斤

请检查:

这个问题在这里没有多大价值,因为BS 3仍处于早期开发阶段。RC 1和RC 2之间的变化是巨大的,许多功能仍在大修或完成中。如果这是一个bug,您可能希望在github上创建一个问题。
<input type="text" id="form_weight" value="0" name="weight" class="form-control text-right pull-right">                         
<span class="input-group-addon">Kg</span>