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 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) 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> -- Gitblit v1.8.0