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.
我的页面上有几个使用 jQuery 组合框自动完成 UI 的下拉框。我想将组合框的宽度重置为某个指定的下拉框。我该怎么做?
在链接 jquery.ui.css 后使用此样式。
.ui-autocomplete{ max-width:200px; }