尽管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屏幕截图:
对于Firefox:
答案 0 :(得分:0)