Ver Fonte

fix: login form width issue in mobile mode (#178)

Chong Guo há 6 anos atrás
pai
commit
337b12bea7
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/views/login/index.vue

+ 1 - 0
src/views/login/index.vue

@@ -145,6 +145,7 @@ $light_gray:#eee;
     left: 0;
     right: 0;
     width: 520px;
+    max-width: 100%;
     padding: 35px 35px 15px 35px;
     margin: 120px auto;
   }