mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
move order
This commit is contained in:
parent
48dc8a2493
commit
7dbeeba2a7
@ -26,6 +26,7 @@ const LayoutRenders = {
|
|||||||
return <antd.Layout className="app_layout" style={{ height: "100%" }}>
|
return <antd.Layout className="app_layout" style={{ height: "100%" }}>
|
||||||
<Drawer />
|
<Drawer />
|
||||||
<Sidebar user={props.user} />
|
<Sidebar user={props.user} />
|
||||||
|
<Sidedrawer />
|
||||||
<antd.Layout className="content_layout">
|
<antd.Layout className="content_layout">
|
||||||
<Header />
|
<Header />
|
||||||
<antd.Layout.Content className={classnames("layout_page", ...props.layoutPageModesClassnames ?? [])}>
|
<antd.Layout.Content className={classnames("layout_page", ...props.layoutPageModesClassnames ?? [])}>
|
||||||
@ -34,7 +35,6 @@ const LayoutRenders = {
|
|||||||
</div>
|
</div>
|
||||||
</antd.Layout.Content>
|
</antd.Layout.Content>
|
||||||
</antd.Layout>
|
</antd.Layout>
|
||||||
<Sidedrawer />
|
|
||||||
</antd.Layout>
|
</antd.Layout>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user