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.
我想为 tabPanel 中的特定选项卡创建自己的 .gwt-TabBarItem 样式。但我不知道如何设置样式。
有人有想法吗?
问候
在您的代码中,其中 foo 是选项卡小部件:
foo.setPrimaryStyleName("my-TabBarItem");
然后在你的 CSS 文件中:
.my-TabBarItem { }