From beb82223ac169ff5766eae1837c6af24dd4cab64 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期三, 01 十二月 2021 18:17:01 +0800
Subject: [PATCH] fixed TODO#131310 顧問/客戶預約單樣式調整

---
 PAMapp/components/Consultant/ConsultantCard.vue |    5 ++++-
 PAMapp/components/Client/ClientCard.vue         |    5 ++++-
 PAMapp/pages/myAppointmentList.vue              |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue
index ef481b3..22454b1 100644
--- a/PAMapp/components/Client/ClientCard.vue
+++ b/PAMapp/components/Client/ClientCard.vue
@@ -207,7 +207,10 @@
     .dialogTxt {
         font-size: 20px;
         overflow-y:scroll;
-        height:400px;
+        max-height: 45vh;
+        @include desktop {
+            height: 400px;
+        }
     }
 
 
diff --git a/PAMapp/components/Consultant/ConsultantCard.vue b/PAMapp/components/Consultant/ConsultantCard.vue
index 817d294..79ff533 100644
--- a/PAMapp/components/Consultant/ConsultantCard.vue
+++ b/PAMapp/components/Consultant/ConsultantCard.vue
@@ -264,7 +264,10 @@
     .dialogInfo {
         font-size: 20px;
         overflow-y:scroll;
-        height: 400px;
+        max-height: 50vh;
+        @include desktop {
+            height: 400px;
+        }
     }
 
 </style>
diff --git a/PAMapp/pages/myAppointmentList.vue b/PAMapp/pages/myAppointmentList.vue
index 53529c0..3e99491 100644
--- a/PAMapp/pages/myAppointmentList.vue
+++ b/PAMapp/pages/myAppointmentList.vue
@@ -106,7 +106,7 @@
     @include desktop {
         .pam-container {
             width: 700px;
-            margin: 30px auto 0px auto;
+            margin: 30px auto;
         }
     }
 </style>
\ No newline at end of file

--
Gitblit v1.8.0