From fe4dcbba3991f70aafe5f69b236b5e89a127c5ba Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期三, 10 十一月 2021 15:38:02 +0800 Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM --- PAMapp/layouts/home.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PAMapp/layouts/home.vue b/PAMapp/layouts/home.vue index 9ed8242..8d73078 100644 --- a/PAMapp/layouts/home.vue +++ b/PAMapp/layouts/home.vue @@ -1,5 +1,5 @@ <template> - <div class="container"> + <div class="pam-background"> <NavBar></NavBar> <Nuxt></Nuxt> <Footer></Footer> @@ -7,7 +7,7 @@ </template> <style lang="scss" scoped> - .container { + .pam-background { background-color: #F8F9FA; } </style> \ No newline at end of file -- Gitblit v1.8.0