for example, according to the documentation, after the introduction of antd on demand, it is no longer necessary to manually import the antd.css file, and the css, of antd will only be loaded when referencing to the antd component
.then I define a common.css file myself for style initialization. And introduce
into the top-level App.jsat this point, I found that the styles in my common.css are overwritten by antd, such as some initialization of the h tag
.css of antd comes after common.css
how to deal with this situation