如何覆盖AntDesign pro的CSS属性?

How to override the CSS properties of AntDesign pro?

我想在我的项目中覆盖antDesign pro的CSS属性。你能帮帮我吗?

在 antDesign css/cdn 下包含你的 css 文件, 在 css

中使用 !important
p {
  background-color: red !important;
}