From a53502aba1149376b6869e7ab6984ce95423de26 Mon Sep 17 00:00:00 2001 From: "wenbo.dong" Date: Fri, 29 Sep 2017 16:18:14 +0800 Subject: [PATCH] =?UTF-8?q?opti:=20=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Footer/Footer.scss | 3 ++- client/containers/Login/Login.scss | 3 +++ client/containers/Login/LoginContainer.js | 2 +- client/plugin-module.js | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/client/components/Footer/Footer.scss b/client/components/Footer/Footer.scss index e023e421..91a118b0 100755 --- a/client/components/Footer/Footer.scss +++ b/client/components/Footer/Footer.scss @@ -2,11 +2,12 @@ @import '../../styles/mixin.scss'; .footer-wrapper{ - border-top: 1px solid #ddd; height: 2.4rem; width: 100%; background-color: $color-bg-dark; overflow: hidden; + position: relative; + z-index: 0; } .footer-container{ diff --git a/client/containers/Login/Login.scss b/client/containers/Login/Login.scss index 39d84b5a..68e786c7 100755 --- a/client/containers/Login/Login.scss +++ b/client/containers/Login/Login.scss @@ -3,6 +3,9 @@ // .login-body { // background-color: #fff; // } +.login-container { + padding-bottom: .6rem; +} .login-form-button { background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%) !important; diff --git a/client/containers/Login/LoginContainer.js b/client/containers/Login/LoginContainer.js index 7a182291..adffd5af 100755 --- a/client/containers/Login/LoginContainer.js +++ b/client/containers/Login/LoginContainer.js @@ -13,7 +13,7 @@ class LoginContainer extends Component {
-
+
diff --git a/client/plugin-module.js b/client/plugin-module.js index c3cbdea7..7c6d6c73 100644 --- a/client/plugin-module.js +++ b/client/plugin-module.js @@ -1 +1 @@ -module.exports = {qsso : require('plugins/yapi-plugin-qsso/client.js')} \ No newline at end of file +module.exports = {} \ No newline at end of file