【发布时间】:2015-11-25 10:34:08
【问题描述】:
我有以下这段代码。
<fieldset>
<div class="control-group form-group">
<label class="control-label" for="number-of-properties">Number Of Properties</label>
<div class="controls">
<input id="number-of-properties" type="number" min=0>
</div>
</div>
</fieldset>
输入的数字太细,只能看到一半的数字。我希望看到完整的号码。
【问题讨论】:
-
将此“表单控件”类添加到输入标签。
-
不起作用。我已经尝试了很多表单控件和其他类。