fix: login page overflow show problem (#455)
This commit is contained in:
parent
d2a1e1f0db
commit
af6d58eb26
|
|
@ -110,6 +110,7 @@
|
|||
}
|
||||
|
||||
.@{prefix-cls} {
|
||||
overflow: hidden;
|
||||
@media (max-width: @screen-xl) {
|
||||
background: linear-gradient(180deg, #1c3faa, #1c3faa);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue