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.
我在一个宽度为 1000 像素的页面中有 Ajax 选项卡控件,该选项卡控件包含 19 个选项卡。选项卡会覆盖指定的页面大小。如何使标签换行或具有下一个上一个按钮。
以下样式使选项卡换行到新行
<style type="text/css"> .ajax__tab_default .ajax__tab_header /* this makes the tabs wrap*/ { white-space: normal!important; } </style>