Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试更改 Ext.Msg.confirm 或 Ext.Msg.alert 的背景颜色,但我无法更改,请帮助。
谢谢
是的。可以通过更改文件sencha-touch.css中的。resources/css-debug/sencha-touch.css
sencha-touch.css
resources/css-debug/sencha-touch.css
看这条线,
/* line 25, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox .x-body { background: transparent !important; }
您可以在此处添加自定义样式。