From 6e742a8c361dd930d9effc5af639a6c5f7fa1d2b Mon Sep 17 00:00:00 2001 From: vapao Date: Sat, 18 Jan 2020 09:37:18 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E4=BC=98=E5=8C=96=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/layout/layout.module.css | 5 +++-- spug_web/src/pages/config/setting/index.js | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/spug_web/src/layout/layout.module.css b/spug_web/src/layout/layout.module.css index 840980e..6e8fa95 100644 --- a/spug_web/src/layout/layout.module.css +++ b/spug_web/src/layout/layout.module.css @@ -12,6 +12,9 @@ } .content { + display: flex; + flex-direction: column; + justify-content: space-between; padding: 24px 24px 0; overflow-y: scroll; } @@ -91,8 +94,6 @@ .footerZone { width: 100%; - position: fixed; - bottom: 0; padding: 20px; font-size: 14px; text-align: center; diff --git a/spug_web/src/pages/config/setting/index.js b/spug_web/src/pages/config/setting/index.js index ca07c37..8f96cb9 100644 --- a/spug_web/src/pages/config/setting/index.js +++ b/spug_web/src/pages/config/setting/index.js @@ -73,7 +73,7 @@ class Index extends React.Component {
- + store.f_name = e.target.value} placeholder="请输入"/> - +