From 27513e775a91e24ef305e9962bd2d795d1f97353 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期五, 03 十二月 2021 10:57:44 +0800
Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM

---
 PAMapp/components/Client/ClientCard.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 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;
+        }
     }
 
 

--
Gitblit v1.8.0