From 544f91e63a01f37e7b79db99609eec99b1afafd9 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期一, 13 十二月 2021 11:07:31 +0800 Subject: [PATCH] fixed: 使用 isUserLogin / isAdminLogin 判斷顧問/客戶是否登入 --- PAMapp/layouts/home.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/PAMapp/layouts/home.vue b/PAMapp/layouts/home.vue index 932b08e..0ea0947 100644 --- a/PAMapp/layouts/home.vue +++ b/PAMapp/layouts/home.vue @@ -22,13 +22,14 @@ padding-top:$MOB_NAV_BAR; display: flex; flex-direction: column; - min-height: 100vh; + min-height: calc(100vh - $MOB_NAV_BAR); .pam-container{ flex: 1; } } @include desktop{ .pam-background { + min-height: calc(100vh - $DESKTOP_NAV_BAR); padding-top:$DESKTOP_NAV_BAR; } } -- Gitblit v1.8.0