Commit af6d58eb26875f02afb419d9d4d5ee2454292863

Authored by 啝裳
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 110 }
111 111  
112 112 .@{prefix-cls} {
  113 + overflow: hidden;
113 114 @media (max-width: @screen-xl) {
114 115 background: linear-gradient(180deg, #1c3faa, #1c3faa);
115 116 }
... ...