Browse Source

修改登录页样式

xiaodai2017 2 years ago
parent
commit
a4c7d91693
2 changed files with 3 additions and 0 deletions
  1. 0 0
      dist/static/js/app.js
  2. 3 0
      src/views/login/index.vue

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.js


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

@@ -390,6 +390,7 @@ $light_gray: #f2f2f2;
       }
     }
     .beian {
+      display: none;
       padding: 0 0 0 0;
     }
   }
@@ -459,6 +460,7 @@ $light_gray: #f2f2f2;
       }
     }
     .beian {
+      display: block;
       padding: 0 0 0 15%;
     }
   }
@@ -529,6 +531,7 @@ $light_gray: #f2f2f2;
       }
     }
     .beian {
+      display: block;
       padding: 0 0 0 15%;
     }
   }

Some files were not shown because too many files changed in this diff