Browse Source

样式优化

gzb
wangzhonglu 1 year ago
parent
commit
d79544efe9
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/views/login/index.vue

+ 2
- 1
src/views/login/index.vue View File

@@ -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…
Cancel
Save