chore: optimize min height of page content;

master
chenghongxing 4 years ago
parent 7bfb900e59
commit a19e8a226f
  1. 2
      src/layouts/AdminLayout.vue

@ -135,7 +135,7 @@ export default {
}
.admin-layout-content{
padding: 24px 24px 0;
min-height: auto;
min-height: calc(100vh - 64px - 122px);
}
.setting{
background-color: @primary-color;

Loading…
Cancel
Save