Explorar el Código

样式优化

gzb
wangzhonglu hace 1 año
padre
commit
d79544efe9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      src/views/login/index.vue

+ 2
- 1
src/views/login/index.vue Ver fichero

@@ -126,7 +126,8 @@ export default {
126 126
   right: 0;
127 127
   bottom: 0;
128 128
   background-color: #fff;
129
-  background-image: url("@/assets/img/login.jpg");
129
+  background: url("@/assets/img/login.jpg") no-repeat;
130
+  background-size: 100% 100%;
130 131
 }
131 132
 .loginFormBox {
132 133
   position: absolute;

Loading…
Cancelar
Guardar