2 Commits 21e3d8fa97 ... cd0164d2cd

Auteur SHA1 Message Date
  DESKTOP-1OI7FFK\WZTX cd0164d2cd Merge branch 'dev-frontend' of http://gitlab.pubdata.cn/liangyibo/CameraMachine into dev-frontend il y a 1 an
  DESKTOP-1OI7FFK\WZTX 32b4eaa8bb fix il y a 1 an
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  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;