Ext JS 6.2.0 Classic - iconCls不适用于Chrome

时间:2018-02-28 17:51:51

标签: extjs extjs6 extjs6-classic extjs6.2

尽管Firefox上的配置与预期相同,但Chrome上不会显示该图标。

这是我的actioncolumn配置:

xtype       : 'actioncolumn',
width       : 95,
align       : 'center',
sortable    : false,
menuDisabled: true,
items       : [{
    iconCls : 'icon-delete',
    tooltip : 'Delete',
    handler: function(grid, rowIndex, colIndex, node, e, record, rowNode) {
        // delete action
    }
}]

以下是.css和相关actioncolumn的{​​{1}}规则:

iconCls

Chrome屏幕截图:

enter image description here

对于Firefox:

enter image description here

1 个答案:

答案 0 :(得分:0)

请检查此fiddle,我已经检查过,发现在Chrome和Firefox浏览器中都运行正常。

注意:截至目前,我在index.html中包含了font-awesome和css(由您提供)

附上截图: enter image description here enter image description here