Browse Source

modify login.vue

main
sun_song_1203 5 years ago
parent
commit
0333ec1137
  1. 4
      web/src/view/login/login.vue

4
web/src/view/login/login.vue

@ -223,14 +223,14 @@ export default {
min-height: 100%;
background: #f0f2f5 url(~@/assets/background.svg) no-repeat 50%;
background-size: 100%;
padding: 60px 0 100px;
padding: 110px 0 144px;
a {
text-decoration: none;
}
.top {
text-align: center;
margin-top: -50px;
margin-top: 20px;
.header {
height: 44px;
line-height: 44px;

Loading…
Cancel
Save