Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
无论他的内容有多大,我都找不到使选择元素具有特定宽度的方法。
我尝试过类似的东西:
<select style='width:10px;'>
但是如果内容大于它,它会增加它的大小。
尝试使用 !important 子句:
<select style='width:10px; !important'>
供参考:http : //www.electrictoolbox.com/using-important-css/(或任何其他来源,有很多)