From 44a2b26932910f69a233c2ae437bcdd0bd0a78c6 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期四, 23 十二月 2021 11:30:36 +0800
Subject: [PATCH] update: TODO#132409 調整年資btn樣式

---
 PAMapp/components/QuickFilter/QuickFilterSelector.vue |    8 ++++++--
 PAMapp/shared/const/quickFilter-questionList.ts       |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/PAMapp/components/QuickFilter/QuickFilterSelector.vue b/PAMapp/components/QuickFilter/QuickFilterSelector.vue
index e26274a..5aeb163 100644
--- a/PAMapp/components/QuickFilter/QuickFilterSelector.vue
+++ b/PAMapp/components/QuickFilter/QuickFilterSelector.vue
@@ -218,8 +218,8 @@
                 cursor: pointer;
 
                 .subtitle {
-                    font-size: 16px;
-                    font-weight: lighter;
+                    @extend .smTxt_bold;
+                    color: $PRUDENTIAL_GREY;
                 }
 
                 &.btn_unlimited {
@@ -238,6 +238,10 @@
             .el-radio-input:checked ~ .el-radio-label {
                 background-color: $PEACH;
                 color: $PRIMARY_WHITE;
+                .subtitle {
+                    color: $PRIMARY_WHITE;
+                    font-weight: lighter;
+                }
             }
         }
     }
diff --git a/PAMapp/shared/const/quickFilter-questionList.ts b/PAMapp/shared/const/quickFilter-questionList.ts
index 978385f..d6c08f0 100644
--- a/PAMapp/shared/const/quickFilter-questionList.ts
+++ b/PAMapp/shared/const/quickFilter-questionList.ts
@@ -31,7 +31,7 @@
     },
     {
         name: 'seniority',
-        title: '撟渲��',
+        title: '憿批�僑鞈�',
         detail: [
             { name: '銝��', value: Seniority.UNLIMITED, subTitle: '撟湧翩銝����', className: 'btn_unlimited' },
             { name: '撟渲��', value: Seniority.YOUNG, subTitle: '蝯血僑頛犖銝�����', className: 'btn_young' },

--
Gitblit v1.8.0