mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
Update render-in-current.md
This commit is contained in:
parent
951e0e2c79
commit
c7feef28f2
@ -2,13 +2,13 @@
|
||||
|
||||
渲染在当前 dom 里。自定义容器,查看 `getContainer`。
|
||||
|
||||
注意:在 v5 中 `style` 与 `className` 迁移至 Drawer 面板上与 Modal 保持一致,原 `style` 与 `className` 替换为 `rootStyle` 与 `rootClassName`。
|
||||
> 注意:在 v5 中 `style` 与 `className` 迁移至 Drawer 面板上与 Modal 保持一致,原 `style` 与 `className` 替换为 `rootStyle` 与 `rootClassName`。
|
||||
|
||||
## en-US
|
||||
|
||||
Render in current dom. custom container, check `getContainer`.
|
||||
|
||||
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`.
|
||||
> 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`.
|
||||
|
||||
```css
|
||||
.site-drawer-render-in-current-wrapper {
|
||||
|
Loading…
Reference in New Issue
Block a user