diff --git a/packages/app/src/layouts/mobile/index.jsx b/packages/app/src/layouts/mobile/index.jsx index e991d5da..0131f103 100755 --- a/packages/app/src/layouts/mobile/index.jsx +++ b/packages/app/src/layouts/mobile/index.jsx @@ -2,18 +2,20 @@ import React from "react" import classnames from "classnames" import * as antd from "antd" -import { Drawer, BottomBar } from "components/Layout" +import { BottomBar, Drawer, Sidedrawer, Modal } from "components/Layout" export default (props) => { return - - -
- {React.cloneElement(props.children, props)} -
-
-
- + + + +
+ {React.cloneElement(props.children, props)} +
+
+ + +
}