选择不在chrome中工作的选项填充
<style> select option { padding:5px 0px; } </style> <select> <option>1</option> <option>2</option> <option>3</option> </select>
html css
css ×1
html ×1