From 1fd34320ce91223035dca67ff2f671cdbe1d1b4b Mon Sep 17 00:00:00 2001 From: "wenbo.dong" Date: Thu, 21 Sep 2017 14:15:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=81=A2=E5=A4=8Dfooter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/Application.js | 3 ++- client/containers/Group/Group.js | 5 +---- .../containers/Project/Interface/Interface.js | 5 +---- client/styles/common.scss | 20 +++++++++---------- 4 files changed, 14 insertions(+), 19 deletions(-) diff --git a/client/Application.js b/client/Application.js index 5f2e84fc..5af14eba 100755 --- a/client/Application.js +++ b/client/Application.js @@ -5,7 +5,7 @@ import { Route, BrowserRouter as Router } from 'react-router-dom'; import { Home, Group, Project, Follows, AddProject, Login } from './containers/index'; import User from './containers/User/User.js'; import Header from './components/Header/Header'; -// import Footer from './components/Footer/Footer'; +import Footer from './components/Footer/Footer'; import Loading from './components/Loading/Loading'; import { checkLoginState } from './reducer/modules/user'; import { requireAuthentication } from './components/AuthenticatedComponent'; @@ -61,6 +61,7 @@ export default class App extends Component { +