From 97d7650c08c0da22e1ccf6986d1a6cc5d58de7a2 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 26 十月 2021 11:44:31 +0800 Subject: [PATCH] TODO#129064 首頁-預約保險顧問 畫面刻版+layout 樣式調整 --- PAMapp/layouts/default.vue | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/PAMapp/layouts/default.vue b/PAMapp/layouts/default.vue index cc9dcfa..465734a 100644 --- a/PAMapp/layouts/default.vue +++ b/PAMapp/layouts/default.vue @@ -1,6 +1,13 @@ <template> <div> <BackActionBar></BackActionBar> - <Nuxt></Nuxt> + <Nuxt class="container"></Nuxt> </div> -</template> \ No newline at end of file +</template> + +<style lang="scss" scoped> + .container { + background-color: #F8F9FA; + padding: 0 20px; + } +</style> \ No newline at end of file -- Gitblit v1.8.0