Browse Source

修改背景

a1140836302 2 years ago
parent
commit
404c7a93d7
2 changed files with 1 additions and 4 deletions
  1. 0 4
      package.json
  2. 1 0
      src/views/login/index.vue

+ 0 - 4
package.json

@@ -75,10 +75,6 @@
     "svgo": "1.2.0",
     "vue-template-compiler": "2.6.10"
   },
-  "browserslist": [
-    "> 1%",
-    "last 2 versions"
-  ],
   "engines": {
     "node": ">=8.9",
     "npm": ">= 3.0.0"

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

@@ -205,6 +205,7 @@ $light_gray: #eee;
   width: 100%;
   background-color: black;
   background-image: url("./assets/index.png");
+  background-size: 100% 100%;
   overflow: hidden;
 
   .login-bg {