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.
Ext.define('ProjectExample.view.example' ,{ extend:'Ext.tab.Panel', title:'TITLE BAR', layout:'fit', ....
这是我的Tab Panel应用程序,我需要增加title属性的文本大小,并增加它的高度。我怎样才能做到这一点 ?
Tab Panel
title
你可以从 CSS 中做到这一点。检查选项卡面板的 Div id 并重新调整标题字体大小。