From a19e8a226fd81de42655e6709a799b4db1d0d5ad Mon Sep 17 00:00:00 2001 From: chenghongxing <1126263215@qq.com> Date: Sat, 26 Sep 2020 15:15:40 +0800 Subject: [PATCH] chore: optimize min height of page content; --- src/layouts/AdminLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/AdminLayout.vue b/src/layouts/AdminLayout.vue index f793372..a955696 100644 --- a/src/layouts/AdminLayout.vue +++ b/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;