如何在按钮中加icon:

1、在Extjs中
{
xtype:'button',
text:'学生档案',
iconCls:'file',
},
2、在css中写:

.file{
background-image: url(‘./img/book_key.png.png‘)!important;
}

相关文章:

  • 2022-12-23
  • 2021-08-03
  • 2021-07-21
  • 2022-12-23
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2022-01-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案