From b81b27ce3e7e9e7cda18bb6a621c34e84e7e2311 Mon Sep 17 00:00:00 2001 From: 劉鈞霖 <benson@gmail.com> Date: 星期一, 27 十二月 2021 12:27:55 +0800 Subject: [PATCH] [ Ref ] : refactor page : quickFilter , recommendConsultant , userReviews , userReviewsRecord and some related component --- PAMapp/components/phoneContactTimePicker.vue | 35 ++++++++++++++++------------------- 1 files changed, 16 insertions(+), 19 deletions(-) diff --git a/PAMapp/components/phoneContactTimePicker.vue b/PAMapp/components/phoneContactTimePicker.vue index 973eacb..9382daa 100644 --- a/PAMapp/components/phoneContactTimePicker.vue +++ b/PAMapp/components/phoneContactTimePicker.vue @@ -33,7 +33,6 @@ <PopUpFrame class="pam-popUpFrame" :isOpen.sync="isOpenByStep_1" - :drawerSize="drawerSize" :dialogWidth="dialogWidth"> <div class="pam-popUp-title">{{popUpTitle}}</div> <MultiSelectBtn class="mt-30" @@ -41,7 +40,7 @@ :options="weekOptions.options" :nameOfSelectAll="weekOptions.selectAll"> </MultiSelectBtn> - <div class="pam-popUp-confirm-bolck pam-paragraph"> + <div class="pam-popUp-confirm-bolck mt-30"> <button class="pam-select-confirm" :class="[initPickerControl.selectWeekOptions.length?'el-button--primary' :'is-disabled']" @click="confirmByStep_1"> @@ -52,7 +51,6 @@ <PopUpFrame class="pam-popUpFrame" :isOpen.sync="isOpenByStep_2" - :drawerSize="drawerSize" :dialogWidth="dialogWidth"> <div class="pam-popUp-title">{{popUpTitle}}</div> <MultiSelectBtn class="mt-30" @@ -60,7 +58,7 @@ :options="timesOfDayOptions.options" :nameOfSelectAll="timesOfDayOptions.selectAll"> </MultiSelectBtn> - <div class="pam-popUp-confirm-bolck pam-paragraph"> + <div class="pam-popUp-confirm-bolck mt-30"> <button class="pam-select-confirm" :class="[initPickerControl.selectTimesOptions.length ?'el-button--primary' :'is-disabled']" @click="confirmByStep_2"> @@ -82,31 +80,31 @@ selectAll:'瘥予', options:[ { - title:'蝳格��', - label:'蝳格��' + title:'����', + label:'����' }, { - title:'蝳格���', - label:'蝳格���' + title:'�����', + label:'�����' }, { - title:'蝳格���', - label:'蝳格���' + title:'�����', + label:'�����' }, { - title:'蝳格���', - label:'蝳格���' + title:'�����', + label:'�����' }, { - title:'蝳格���', - label:'蝳格���' + title:'�����', + label:'�����' }, { - title:'蝳格�', - label:'蝳格�' + title:'���', + label:'���' }, { - title:'蝳格�', - label:'蝳格�' + title:'���', + label:'���' }, ], }; @@ -131,7 +129,6 @@ } ], }; - private drawerSize="'50%'"; private dialogWidth="376px"; private selectedSchedule!:scheduleDto; -- Gitblit v1.8.0