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.MlButton 的自定义类,它扩展了 Ext.button.Button 类。我使用了 Ext 命名空间,因为我的应用程序没有使用 sencha 的 mvc 系统。
现在,我只想将一些样式应用于 MlButton 类,而不影响(或受其影响)Ext.button.Button 类的样式。
我尝试在自定义主题的 sass/var 文件夹中创建一个 MlButton.scss 文件,但那里应用的样式似乎不会影响我的 MlButton。
我能做些什么?