From e08bc304e5be985bf83d4e668daf8ffa0f256e14 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期四, 18 十一月 2021 11:15:44 +0800
Subject: [PATCH] update: 我的顧問清單/預約清單: 調整需求單樣式

---
 PAMapp/components/Consultant/ConsultantCard.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/PAMapp/components/Consultant/ConsultantCard.vue b/PAMapp/components/Consultant/ConsultantCard.vue
index 0f2dac1..43f4d77 100644
--- a/PAMapp/components/Consultant/ConsultantCard.vue
+++ b/PAMapp/components/Consultant/ConsultantCard.vue
@@ -46,6 +46,7 @@
         <Ui-Dialog
             :isVisible.sync="isVisibleDialog"
             :width="width"
+            class="pam-myDemand-dialog"
         >
             <div v-if="appointmentDetail">
                 <h5 class="subTitle text--center mb-30">������</h5>
@@ -253,7 +254,7 @@
 
     .dialogInfo {
         font-size: 20px;
-        overflow:scroll;
+        overflow-y:scroll;
         height: 400px;
     }
 

--
Gitblit v1.8.0