chore: optimize min height of page content;

This commit is contained in:
chenghongxing 2020-09-26 15:17:44 +08:00
parent 3a69ec0ac8
commit c239c01749

View File

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