new Ext.Button({
text: 'testing'
,style: {
'background-color': 'blue',
'color': 'red',
'margin-right' : '15px'
}
,handler : function() {
window.open("https://www.google.es");
}
})
我在样式中加入了“颜色”:“红色”,但字母仍然是黑色的,没有变色。有人知道为什么吗?
1条答案
按热度按时间waxmsbnn1#
如果有人需要...这就是我的解决方案: