ソースを参照

Merge branch 'dev-frontend' of http://gitlab.pubdata.cn/liangyibo/CameraMachine into dev-frontend

kongwenhao 8 ヶ月 前
コミット
aa866fffa0
1 ファイル変更4 行追加1 行削除
  1. 4 1
      frontend/src/views/Setting/index.vue

+ 4 - 1
frontend/src/views/Setting/index.vue

@@ -542,12 +542,15 @@ const saveRow = () => {
 
 <style lang="scss" scoped>
 body {
-  min-height: 1024px;
   background: #EAECED;
 }
 .container {
   margin: 0 auto;
+  height: 100vh;
   background: #EAECED;
+  display: flex;
+  flex-direction: column;
+  justify-content: center;
 }
 .settings-nav {
   display: flex;