mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-01 14:59:35 +08:00
9258dea59e
* docs: add note regarding considerations for using getContainer (cherry picked from commit fa6af984ee896f13b4f983f905092098f2f8689d) * chore: update Co-authored-by: kiner-tang <kiner-tang@users.noreply.github.com> Co-authored-by: zombieJ <zombieJ@users.noreply.github.com> --------- Co-authored-by: kiner-tang <kiner-tang@users.noreply.github.com> Co-authored-by: zombieJ <zombieJ@users.noreply.github.com>
933 B
933 B
zh-CN
渲染在当前 dom 里。自定义容器,查看 getContainer
。
注意:在 v5 中
style
与className
迁移至 Drawer 面板上与 Modal 保持一致,原style
与className
替换为rootStyle
与rootClassName
。
当
getContainer
返回 DOM 节点时,需要手动设置rootStyle
为{ position: 'absolute' }
,参考 #41951。
en-US
Render in current dom. custom container, check getContainer
.
Note:
style
andclassName
props are moved to Drawer panel in v5 which is aligned with Modal component. Originalstyle
andclassName
props are replaced byrootStyle
androotClassName
.
When
getContainer
returns a DOM node, you need to manually setrootStyle
to{ position: 'absolute' }
, see #41951.