Browse Source

fix #1315 ie style error

pull/1391/head
jim 8 years ago
parent
commit
4b085757ad
  1. 3
      src/layouts/UserLayout.less

3
src/layouts/UserLayout.less

@ -3,7 +3,8 @@
.container {
display: flex;
flex-direction: column;
min-height: 100%;
height: 100vh;
overflow: auto;
background: #f0f2f5;
}

Loading…
Cancel
Save