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.
我想在 css 中修改选项卡的大小。我发现变量 $tabs-bottom-icon-size 仅修改选项卡中图标的大小。 是否有任何变量可以让我修改整个选项卡的大小? 如果没有,我该怎么做? 谢谢你。
不幸的是没有。您将不得不覆盖.x-tabbar和.x-tab类的高度。
.x-tabbar
.x-tab
.x-tabbar { height: 5em; } .x-tab { height: 4.5em; }