# antd 使用经验

<Modal
  ...
  getContainer={() => {
      return document.getElementById("dom");
  }}
>
</Modal>