## zh-CN 渲染在当前 dom 里。自定义容器,查看 `getContainer`。 ## en-US Render in current dom. custom container, check `getContainer`. ```css .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; } ```