保誠-保戶業務員媒合平台
Mila
2021-12-23 44a2b26932910f69a233c2ae437bcdd0bd0a78c6
update: TODO#132409 調整年資btn樣式
修改2個檔案
10 ■■■■ 已變更過的檔案
PAMapp/components/QuickFilter/QuickFilterSelector.vue 8 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/shared/const/quickFilter-questionList.ts 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
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;
                }
            }
        }
    }
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' },