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.
我遇到了以下问题:我正在使用 ExtJS 选项卡面板控件,并且我希望选项卡标题跨越整个容器,即 - 如果有两个选项卡,它们的选项卡标题宽度应该是选项卡面板宽度的 50%。我无法做到这一点。有人可以帮助我吗?
只需应用这个
tabBar: { layout: { type: 'hbox', align: 'stretch' }, defaults: { flex: 1 } },
到您的标签面板配置。
注意:这仅适用于 tabPosition 'top' 和 'bottom'!