From 6f3021e865c2b0503dda227477084fa586e6fd8f Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 16 十一月 2021 21:02:44 +0800 Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM --- PAMapp/layouts/home.vue | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/PAMapp/layouts/home.vue b/PAMapp/layouts/home.vue index 8d73078..509d1ee 100644 --- a/PAMapp/layouts/home.vue +++ b/PAMapp/layouts/home.vue @@ -5,9 +5,21 @@ <Footer></Footer> </div> </template> +<script lang="ts"> + import { Component ,Vue } from "nuxt-property-decorator"; + @Component + export default class DefaultLayout extends Vue { + } +</script> <style lang="scss" scoped> .pam-background { background-color: #F8F9FA; + padding-top:$MOB_NAV_BAR; + } + @include desktop{ + .pam-background { + padding-top:$DESKTOP_NAV_BAR; + } } </style> \ No newline at end of file -- Gitblit v1.8.0