如何在Ext js 6.0.2中降低Combobox组件的高度?

时间:2016-11-24 12:59:38

标签: extjs6-classic

我正在使用Extjs6.0.2,我想降低组合框的高度。 如下图所示,我无法降低组合框的高度。 Combobox

以下是我的代码:

                name : 'opcode',
                allowBlank : false,
                blankText : 'Please Select Opcode',
                xtype : 'combo',
                emptyText : ' ',
                queryMode : 'local',
                padding:'0 50 5 10',
                width : 200,
                height:10, 
                id : 'id_xxx',
                displayField : 'value',
                valueField : 'key',
                store : xxx,
                matchFieldWidth: false

请你帮我减少extjs 6中的组合框大小?

此致

0 个答案:

没有答案