Преглед изворни кода

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;