sencha touch2图标没有显示出来

时间:2013-07-16 19:35:03

标签: extjs sencha-touch sencha-touch-2.2

我正在尝试向我的标签面板添加图标,但图标没有显示,只有标题正常工作

例如。

   title: 'Reports',      
   iconCls: 'chart'

   title: 'My Cart',
   iconCls: 'cart'

上面的图标没有显示,主页和列表图标工作正常,有人可以帮我解决这个问题

1 个答案:

答案 0 :(得分:0)

您需要在SASS中包含这些图标,然后运行Compass版本。

@include icon('cart');
@include icon('chart');

有关详细信息,请参阅文档的“使用Pictos字体”部分:http://docs.sencha.com/touch/2.2.1/#!/guide/theming