gpt4 book ai didi

touch - 改变 Sencha 触摸屏的背景颜色

转载 作者:行者123 更新时间:2023-12-01 12:53:53 24 4
gpt4 key购买 nike

我正在尝试更改面板的背景颜色。

请看代码:

panel: {
centered: true,
width: 200,
height: 150,
style: 'background-color: red',
fullscreen: false,
hidden: true,
zIndex: 10,

}

但是style: 'background-color: red' 语句不满足我的要求。它只改变面板边框的颜色,而不是完整的面板背景颜色。

请提出相同的建议。

谢谢!

最佳答案

这在 2.0.0 中对我有用:

Ext.application({
launch : function() {
Ext.Viewport.add([{
xtype: 'panel',
style: 'background-color:#F00'
}]);
}
});

关于touch - 改变 Sencha 触摸屏的背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10748995/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com