From c87a632b0a72366bc1abf2a35237fb650190c400 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期三, 17 十一月 2021 10:26:56 +0800
Subject: [PATCH] [update]顧問端 -預約細節 dialog加上 scroll bar

---
 PAMapp/components/Consultant/ConsultantCard.vue |    2 ++
 PAMapp/components/Client/ClientCard.vue         |    6 ++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue
index 3693ad2..ec0d0b2 100644
--- a/PAMapp/components/Client/ClientCard.vue
+++ b/PAMapp/components/Client/ClientCard.vue
@@ -55,11 +55,10 @@
                 <p>�璆哨�{client.job}}</p>
                 <p>��瘙�{client.requirement.replace(',', '��')}}</p>
                 <p v-for="(item, index) in hopeContactTime" :key="index">��蝯⊥�挾{{index + 1 | formatNumber}}嚗{item}}</p>
+                </div>
                 <div class="mt-30 text--center" v-if="isReserved">
                     <el-button @click="markAppointment">璅酉�撌脤��蝯�</el-button>
                 </div>
-
-            </div>
         </Ui-Dialog>
     </div>
 </template>
@@ -197,7 +196,10 @@
 
     .dialogTxt {
         font-size: 20px;
+        overflow:scroll;
+        height:400px;
     }
+    
 
     .text-right {
         text-align: right;
diff --git a/PAMapp/components/Consultant/ConsultantCard.vue b/PAMapp/components/Consultant/ConsultantCard.vue
index c5ac775..fcbb9b7 100644
--- a/PAMapp/components/Consultant/ConsultantCard.vue
+++ b/PAMapp/components/Consultant/ConsultantCard.vue
@@ -253,6 +253,8 @@
 
     .dialogInfo {
         font-size: 20px;
+        overflow:scroll;
+        height: 400px;
     }
 
 </style>
\ No newline at end of file

--
Gitblit v1.8.0