Browse Source

fix(login): fix login style close #306

Vben 4 years ago
parent
commit
a84586e2f4
1 changed files with 10 additions and 1 deletions
  1. 10 1
      src/views/sys/login/Login.vue

+ 10 - 1
src/views/sys/login/Login.vue

@@ -156,8 +156,17 @@
 
     input:not([type='checkbox']) {
       min-width: 360px;
+
+      @media (max-width: @screen-lg) {
+        min-width: 300px;
+      }
+
+      @media (max-width: @screen-md) {
+        min-width: 280px;
+      }
+
       @media (max-width: @screen-sm) {
-        min-width: 240px;
+        min-width: 260px;
       }
     }
     .@{countdown-prefix-cls} input {