From 4b5f52c8fde65ac56be8bfddbebc805e5864548a Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期一, 08 十一月 2021 10:51:13 +0800
Subject: [PATCH] update: 首頁圖檔 (輪播、嚴選配對快速篩選按鈕、推薦保險顧問)

---
 PAMapp/components/QuickFilter/QuickFilterConsultantList.vue |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/PAMapp/components/QuickFilter/QuickFilterConsultantList.vue b/PAMapp/components/QuickFilter/QuickFilterConsultantList.vue
index 351def6..d213f80 100644
--- a/PAMapp/components/QuickFilter/QuickFilterConsultantList.vue
+++ b/PAMapp/components/QuickFilter/QuickFilterConsultantList.vue
@@ -39,7 +39,7 @@
                 <div class="smTxt_bold mb-10 text--prudential_grey">撠����</div>
                 <div class="p bold">#鞎∪����</div>
             </div>
-            <div class="parallelBtns">
+            <div class="fixedBtn text--center">
                 <el-button @click="addConsultant">
                     <i class="icon-add smTxt"></i>
                     <span>憿批��</span>
@@ -141,19 +141,12 @@
         margin: 0 auto;
     }
 
-    .parallelBtns {
-        display: flex;
-        justify-content: center;
+    .fixedBtn {
         position: fixed;
         bottom: 30px;
         left: 50%;
         transform: translateX(-50%);
         width: 100%;
-
-        .el-button {
-            padding: 10px 0;
-            width: 45%;
-        }
     }
 
     .pam-left-arrow,.pam-right-arrow {

--
Gitblit v1.8.0