select框的長(zhǎng)度怎么設(shè)置啊
<div class="form-group" >
<label class = "label-control">選擇大類</label>
? ? <select ?class="form-control" ?>
? ??
? ? ? ? ? ? ? <option >語(yǔ)音</option>
? ? ? ? ? ? ? <option>短信</option>
? ? ? ? ? ? ? <option>GPRS</option>
? ? ? ? ? ? ? <option>...</option>
? ? </select>
? </div>
2018-05-27
2016-04-14
2015-10-22
<select ?class="form-control" ?style = "width:300px;"></select>
2015-10-22
<select>有一個(gè)屬性size可以設(shè)置長(zhǎng)度?
2015-10-22
你用樣式去控制就好了