如何在 Ant Design 中禁用模态遮罩背景

How to disable modal mask background in Ant Design

我想在某些组件中禁用模态蒙版背景,但是API 没有这样的选项。有人能解决这种情况吗?

就这么简单:

<Modal mask={false} ... />

...有时在 antd 中,您必须查看底层 rc-component 的文档才能获得完整的 API:https://github.com/react-component/dialog