标签的大小在sencha [英] Size of tab in sencha

查看:120
本文介绍了标签的大小在sencha的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我想修改CSS中的选项卡的大小。
我发现变量$ tabs-bottom-icon-size,它仅修改选项卡中图标的大小。

是否有任何变量允许我修改整个选项卡的大小?

如果没有,我该怎么办?

谢谢。


I want to modify the size of the tab in css. I found the variable $tabs-bottom-icon-size which modify only the size of the icons in the tab.
Is there any variable which allows me to modify the size of the entire tab?
And if not,how can i do this?
Thank you.

推荐答案

不幸的是您将不得不覆盖 .x-tabbar .x-tab 类的高度。

Unfortunately not. You will have to just override the height of both the .x-tabbar and .x-tab classes.

.x-tabbar {
    height: 5em;
}
.x-tab {
    height: 4.5em;
}

这篇关于标签的大小在sencha的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆