Explorar el Código

更换背景图

zy1125 hace 1 año
padre
commit
e42b1ccf84
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. BIN
      public/img/bg.png
  2. 1 1
      src/components/Login.vue

BIN
public/img/bg.png


+ 1 - 1
src/components/Login.vue

@@ -44,7 +44,7 @@ export default ({
44
     // background-color: darkcyan;
44
     // background-color: darkcyan;
45
     background: url('/public/img/bg.png');
45
     background: url('/public/img/bg.png');
46
 
46
 
47
-    background-size: cover;
47
+    background-size: 100% 100%;
48
     z-index: 888;
48
     z-index: 888;
49
 
49
 
50
     // background-color: #040728;
50
     // background-color: #040728;