在 Extjs 中使用 tabpanel,我想使用 setIconCls 在标题旁边的选项卡上设置一个图标;
这是我得到的:
我怎样才能将它对齐到左边?
Ext.getCmp('updates').setIconCls('notification_icon');
--
.notification_icon{
background-image: url("../icons/notif.png") !important;
width: 40px !important;
}
我试过对齐和边距等......它只会向右移动,而它应该在字母'N'之前。