From af838df57e87b4101e8879dedf72f1ca2fa58037 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期三, 10 十一月 2021 16:09:25 +0800
Subject: [PATCH] [update] #todo 129741 修正快速篩選打的request param

---
 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