From 3d6a2c35b31eb9870216648bf5a3c7c694870653 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 27 一月 2022 12:24:46 +0800 Subject: [PATCH] fixed#134935 修正 [是否傳送約訪通知 - 跑版] --- PAMapp/components/Client/ClientCard.vue | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue index 0ff9748..7235847 100644 --- a/PAMapp/components/Client/ClientCard.vue +++ b/PAMapp/components/Client/ClientCard.vue @@ -48,13 +48,12 @@ ></AppointmentProgress> </div> </div> - <!-- <el-col :xs="5" :sm="3" align="middle"> + <el-col :xs="5" :sm="3" align="middle"> <el-avatar :size="50" ></el-avatar> <div class="satisfaction" v-if="!hideReviews"> <template v-if="client.satisfactionScore"> - TODO:���遛��漲 <i class="icon-star pam-icon icon--yellow satisfaction"></i> <span>{{client.satisfactionScore}}</span> </template> @@ -62,7 +61,7 @@ <div class="unfilled">�憛急遛��漲</div> </template> </div> - </el-col> --> + </el-col> <div class="flex-column contactInfo" :xs="4" :sm="6"> @@ -465,10 +464,14 @@ .professionals { overflow : hidden; text-overflow: ellipsis; - white-space : nowrap; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 1; .professionalsTxt { font-size : 12px; margin-right: 5px; + + } .noProfessionalsTxt { color : $PRUDENTIAL_GREY; @@ -516,6 +519,7 @@ display: flex; } .invite-msg{ + width: 96px; color: $PRIMARY_RED; @extend .text--underline; } -- Gitblit v1.8.0