mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-12 23:35:38 +08:00
879 B
879 B
zh-CN
渲染在当前 dom 里。自定义容器,查看 getContainer
。
注意:在 v5 中
style
与className
迁移至 Drawer 面板上与 Modal 保持一致,原style
与className
替换为rootStyle
与rootClassName
。
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
.
.site-drawer-render-in-current-wrapper {
position: relative;
height: 200px;
padding: 48px;
overflow: hidden;
text-align: center;
background: #fafafa;
border: 1px solid #ebedf0;
border-radius: 2px;
}