Parcourir la source

样式优化

gzb
wangzhonglu il y a 1 an
Parent
révision
d79544efe9
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      src/views/login/index.vue

+ 2
- 1
src/views/login/index.vue Voir le fichier

@@ -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;

Chargement…
Annuler
Enregistrer