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.
我正在使用 DataTables 插件。
"bJQueryUI": true,
其他一切都很好。但是搜索栏和寻呼栏(分别位于底部和顶部)占据了整个页面宽度。如何更改这些条的宽度?
如果您使用 jQueryUI,则搜索和分页栏包含在 UI 组件中。我认为您可以像这样覆盖 jquery UI 的 CSS
.dataTables_wrapper .ui-toolbar{ width: 50%; }
记住这个指令必须在加载 jQuery UI 的 CSS 之后出现