From cef61a78de14401d7af7f4def01fb26ae867cc3e Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期四, 13 一月 2022 09:15:59 +0800 Subject: [PATCH] update: add pam-link-button--lg style class --- PAMapp/shared/const/quickFilter-questionList.ts | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PAMapp/shared/const/quickFilter-questionList.ts b/PAMapp/shared/const/quickFilter-questionList.ts index 34cdcda..d6c08f0 100644 --- a/PAMapp/shared/const/quickFilter-questionList.ts +++ b/PAMapp/shared/const/quickFilter-questionList.ts @@ -31,11 +31,11 @@ }, { name: 'seniority', - title: '撟渲��', + title: '憿批�僑鞈�', detail: [ - { name: '撟渲��', value: Seniority.YOUNG, subTitle: '蝯血僑頛犖銝�����', className: '' }, - { name: '鞈楛', value: Seniority.SENIOR, subTitle: '����麾', className: '' }, - { name: '銝��', value: Seniority.UNLIMITED, subTitle: '撟湧翩銝����', className: '' } + { name: '銝��', value: Seniority.UNLIMITED, subTitle: '撟湧翩銝����', className: 'btn_unlimited' }, + { name: '撟渲��', value: Seniority.YOUNG, subTitle: '蝯血僑頛犖銝�����', className: 'btn_young' }, + { name: '鞈楛', value: Seniority.SENIOR, subTitle: '����麾', className: 'btn_senior' } ], type: 'radio' } -- Gitblit v1.8.0