Browse Source

fix: login page overflow show problem (#455)

pull/463/head
啝裳 5 years ago
committed by GitHub
parent
commit
af6d58eb26
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/views/sys/login/Login.vue

1
src/views/sys/login/Login.vue

@ -110,6 +110,7 @@
}
.@{prefix-cls} {
overflow: hidden;
@media (max-width: @screen-xl) {
background: linear-gradient(180deg, #1c3faa, #1c3faa);
}

Loading…
Cancel
Save