Commit af6d58eb26875f02afb419d9d4d5ee2454292863
Committed by
GitHub
1 parent
d2a1e1f0
fix: login page overflow show problem (#455)
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/sys/login/Login.vue
@@ -110,6 +110,7 @@ | @@ -110,6 +110,7 @@ | ||
110 | } | 110 | } |
111 | 111 | ||
112 | .@{prefix-cls} { | 112 | .@{prefix-cls} { |
113 | + overflow: hidden; | ||
113 | @media (max-width: @screen-xl) { | 114 | @media (max-width: @screen-xl) { |
114 | background: linear-gradient(180deg, #1c3faa, #1c3faa); | 115 | background: linear-gradient(180deg, #1c3faa, #1c3faa); |
115 | } | 116 | } |