摘要: UI组件文件: function Selector({ status1, status2, status3 }){ return (<div><span>demo</span></div>); } 容器组件文件: function Index({ IndexState, dispatch}){ co 阅读全文
posted @ 2017-04-12 09:35 阿力瓦 阅读(219) 评论(0) 推荐(0) 编辑
摘要: .show-panel .slide-panels{ right: 0px; } .slide-panels{ z-index: 101; background: #fff; position: fixed; top: 60px; bottom: 0px; right: -100%; -webkit 阅读全文
posted @ 2017-04-12 08:44 阿力瓦 阅读(280) 评论(0) 推荐(0) 编辑
摘要: function fn({ children, params, dispatch, location}) { } 阅读全文
posted @ 2017-04-12 08:40 阿力瓦 阅读(275) 评论(0) 推荐(0) 编辑