ant-design/components/drawer/demo/render-in-current.md

16 lines
933 B
Markdown
Raw Normal View History

## zh-CN
渲染在当前 dom 里。自定义容器,查看 `getContainer`
2022-12-24 16:06:08 +08:00
> 注意:在 v5 中 `style` 与 `className` 迁移至 Drawer 面板上与 Modal 保持一致,原 `style` 与 `className` 替换为 `rootStyle` 与 `rootClassName`。
2022-12-02 22:44:16 +08:00
> 当 `getContainer` 返回 DOM 节点时,需要手动设置 `rootStyle` 为 `{ position: 'absolute' }`,参考 [#41951](https://github.com/ant-design/ant-design/issues/41951#issuecomment-1521099152)。
## en-US
Render in current dom. custom container, check `getContainer`.
2022-12-24 16:06:08 +08:00
> Note: `style` and `className` props are moved to Drawer panel in v5 which is aligned with Modal component. Original `style` and `className` props are replaced by `rootStyle` and `rootClassName`.
> When `getContainer` returns a DOM node, you need to manually set `rootStyle` to `{ position: 'absolute' }`, see [#41951](https://github.com/ant-design/ant-design/issues/41951#issuecomment-1521099152).