Browse Source

Update render-in-current.md

pull/39788/head
afc163 2 years ago
committed by GitHub
parent
commit
c7feef28f2
  1. 4
      components/drawer/demo/render-in-current.md

4
components/drawer/demo/render-in-current.md

@ -2,13 +2,13 @@
渲染在当前 dom 里。自定义容器,查看 `getContainer` 渲染在当前 dom 里。自定义容器,查看 `getContainer`
注意:在 v5 中 `style``className` 迁移至 Drawer 面板上与 Modal 保持一致,原 `style``className` 替换为 `rootStyle``rootClassName` > 注意:在 v5 中 `style``className` 迁移至 Drawer 面板上与 Modal 保持一致,原 `style``className` 替换为 `rootStyle``rootClassName`
## en-US ## en-US
Render in current dom. custom container, check `getContainer`. 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 ```css
.site-drawer-render-in-current-wrapper { .site-drawer-render-in-current-wrapper {

Loading…
Cancel
Save