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 ++-
 PAMapp/components/Client/ClientCard.vue           |    5 +++--
 PAMapp/assets/scss/vendors/elementUI/_dialog.scss |    8 ++++++++
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/PAMapp/assets/scss/vendors/elementUI/_dialog.scss b/PAMapp/assets/scss/vendors/elementUI/_dialog.scss
index 5575265..24c2881 100644
--- a/PAMapp/assets/scss/vendors/elementUI/_dialog.scss
+++ b/PAMapp/assets/scss/vendors/elementUI/_dialog.scss
@@ -27,3 +27,11 @@
     }
   }
 }
+
+@include desktop {
+  .pam-myDemand-dialog {
+    .el-dialog {
+      width: 550px;
+    }
+  }
+}
diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue
index 1d98b46..6bfcef1 100644
--- a/PAMapp/components/Client/ClientCard.vue
+++ b/PAMapp/components/Client/ClientCard.vue
@@ -42,6 +42,7 @@
         <Ui-Dialog
             :isVisible.sync="isVisibleDialog"
             :width="width"
+            class="pam-myDemand-dialog"
         >
             <h5 class="subTitle text--center mb-30"
             >{{isReserved ? '������' : '撌脰蝯∟���'}}</h5>
@@ -196,10 +197,10 @@
 
     .dialogTxt {
         font-size: 20px;
-        overflow:scroll;
+        overflow-y:scroll;
         height:400px;
     }
-    
+
 
     .text-right {
         text-align: right;
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