From a2feefbe2565234b5755573326bdb7c0781b2562 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 18 一月 2022 15:34:56 +0800 Subject: [PATCH] update: 刪除重複的 interface: appointmentDeatil => appointment --- 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