DESKTOP-1OI7FFK\WZTX 8 months ago
parent
commit
32b4eaa8bb
1 changed files with 4 additions and 1 deletions
  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;