From 09dd262523d5b552e8c334ec43b3e09bb0d40f51 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期六, 22 一月 2022 12:10:54 +0800
Subject: [PATCH] Merge branch 'Phase3' of https://192.168.0.10:8443/r/pcalife/PAM into Phase3

---
 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