我尝试将大小设置为2或1,但没有任何区别。
我还阅读了Height of an HTML select box (dropdown)
除了使用插件外,没有其他选择 - http://programmingdrunk.com/current-projects/dropdownReplacement/吗?
评论代码:
<select class="form-control" data-placeholder="color" chosen ng-model="obj.color" ng-options=" color.name for color in colors" size=1>
<option value=""></option>