How does the css file introduced through import in react change the style of other components introduced?

the class name in the less file I introduced in react will be automatically suffixed, but I want to change the style of antd in this file. If I write the class name of antd directly, it will also be suffixed so that it can not be applied. Is there any way to solve this problem?

Mar.25,2021

use the global property global to define

Menu