From c5a873f70239f30158c6ab67b3e55de71413de9a Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期三, 10 十一月 2021 18:05:47 +0800
Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM

---
 PAMapp/layouts/home.vue |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/PAMapp/layouts/home.vue b/PAMapp/layouts/home.vue
index 861406b..8d73078 100644
--- a/PAMapp/layouts/home.vue
+++ b/PAMapp/layouts/home.vue
@@ -1,7 +1,13 @@
 <template>
-    <div>
+    <div class="pam-background">
         <NavBar></NavBar>
         <Nuxt></Nuxt>
         <Footer></Footer>
     </div>
-</template>
\ No newline at end of file
+</template>
+
+<style lang="scss" scoped>
+    .pam-background {
+        background-color: #F8F9FA;
+    }
+</style>
\ No newline at end of file

--
Gitblit v1.8.0