From e0c6891acc471f9adf2e29b2a5bed3f8337a92b2 Mon Sep 17 00:00:00 2001 From: jack <jack.su@pollex.com.tw> Date: 星期一, 06 一月 2025 18:00:55 +0800 Subject: [PATCH] Merge branch '202412_CR' of ssh://dev.pollex.com.tw:29418/pcalife/PAM into 202412_CR --- PAMapp/layouts/home.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PAMapp/layouts/home.vue b/PAMapp/layouts/home.vue index 932b08e..abfaaa9 100644 --- a/PAMapp/layouts/home.vue +++ b/PAMapp/layouts/home.vue @@ -9,7 +9,6 @@ </template> <script lang="ts"> import { Component ,Vue } from "nuxt-property-decorator"; - import * as _ from 'lodash'; @Component export default class DefaultLayout extends Vue { @@ -22,15 +21,16 @@ 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; } } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0