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="请输入"/> - +