mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
remove antd.Layout
This commit is contained in:
parent
f25a5a9541
commit
d2e3c6008f
@ -8,12 +8,6 @@ export default (props) => {
|
||||
return <antd.Layout className="app_layout" style={{ height: "100%" }}>
|
||||
<Drawer />
|
||||
<Sidedrawer />
|
||||
<antd.Layout className="content_layout">
|
||||
<antd.Layout.Content className={classnames("layout_page", ...props.layoutPageModesClassnames ?? [])}>
|
||||
<div id="transitionLayer" className="fade-transverse-active">
|
||||
{React.cloneElement(props.children, props)}
|
||||
</div>
|
||||
</antd.Layout.Content>
|
||||
</antd.Layout>
|
||||
{React.cloneElement(props.children, props)}
|
||||
</antd.Layout>
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user