From 84efab848d77c44a7b46e06a12cbfee64e13e9c5 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期二, 30 十一月 2021 10:33:47 +0800
Subject: [PATCH] fixed: TODO#130845 推薦保險顧問: 伍夠勇跟左邊左右滑動疊到

---
 PAMapp/components/phoneContactTimePicker.vue |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/PAMapp/components/phoneContactTimePicker.vue b/PAMapp/components/phoneContactTimePicker.vue
index b0415f4..32a2991 100644
--- a/PAMapp/components/phoneContactTimePicker.vue
+++ b/PAMapp/components/phoneContactTimePicker.vue
@@ -4,7 +4,7 @@
   <div>
     <div class="mt-10" v-for="(scheduleDto,index) in syncScheduleList" :key="index">
       <div class="mdTxt">{{titleFormatByIndex(index)}}</div>
-      <div class="pam-contact-schedule cursor--pointer" @click="openPopUp(scheduleDto,index)">
+      <div class="pam-contact-schedule cursor--pointer fix-chrome-click--issue" @click="openPopUp(scheduleDto,index)">
         <div class="pam-contact-schedule__text">
           <template v-if="checkFormHasDone(scheduleDto)">
             <p>{{optionsFormat(scheduleDto.selectWeekOptions,weekOptions)}}</p>
@@ -41,8 +41,8 @@
             :options="weekOptions.options" 
             :nameOfSelectAll="weekOptions.selectAll">
           </MultiSelectBtn>
-          <div class="pam-popUp-confirm-bolck">
-            <button class="pam-select-confirm mt-30" 
+          <div class="pam-popUp-confirm-bolck pam-paragraph">
+            <button class="pam-select-confirm" 
               :class="[initPickerControl.selectWeekOptions.length?'el-button--primary' :'is-disabled']"  
               @click="confirmByStep_1">
               蝣箏��
@@ -60,8 +60,8 @@
           :options="timesOfDayOptions.options" 
           :nameOfSelectAll="timesOfDayOptions.selectAll">
         </MultiSelectBtn>
-        <div class="pam-popUp-confirm-bolck">
-          <button class="pam-select-confirm mt-30" 
+        <div class="pam-popUp-confirm-bolck pam-paragraph">
+          <button class="pam-select-confirm" 
             :class="[initPickerControl.selectTimesOptions.length ?'el-button--primary' :'is-disabled']"  
             @click="confirmByStep_2">
             蝣箏��
@@ -131,7 +131,7 @@
         }
       ],
     };
-    private drawerSize="40%";
+    private drawerSize="'50%'";
     private dialogWidth="376px";
     private selectedSchedule!:scheduleDto;
 
@@ -143,7 +143,6 @@
       selectWeekOptions:[] as string[],
       selectTimesOptions:[] as string[],
     }
-    
     openPopUp(schedule:scheduleDto,index:number):void{
       this.isOpenByStep_1 = true;
       this.popUpTitle = this.titleFormatByIndex(index);
@@ -244,7 +243,6 @@
   .pam-add-schedule{
     color: $PRIMARY_RED;
     margin-top: 10px;
-    margin-bottom: 30px;
     font-size: 20px;
      &.disable{
         color:$LIGHT_GREY;

--
Gitblit v1.8.0