From afde9f7c01f153e812d477ccb15fd37f8810057e Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期五, 12 十一月 2021 11:21:37 +0800 Subject: [PATCH] update: [scss] device-breakpoint 改用 variable 設定 --- 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