#allday{
width: 175px;
border: 1px solid #e7e7e7;
font-size: 12px;
color: #666666;
height: 22px;
}
<select id ="allday" style="">
<option value = "false">FALSE</option>
<option value = "true">TRUE</option>
</select>
有谁知道为什么选择的位置在 Google Chrome 中看起来比在 FireFox 中高一点?