From 03345d8a32d867a7cf449c37d3779b3f594976cd Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期三, 08 十二月 2021 11:14:43 +0800 Subject: [PATCH] update: consultant-card - remove avatart padding-bottom --- PAMapp/components/Consultant/ConsultantCard.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/PAMapp/components/Consultant/ConsultantCard.vue b/PAMapp/components/Consultant/ConsultantCard.vue index 1d59d39..994bd0d 100644 --- a/PAMapp/components/Consultant/ConsultantCard.vue +++ b/PAMapp/components/Consultant/ConsultantCard.vue @@ -17,8 +17,8 @@ {{ latestContactedAppointment && latestContactedAppointment.satisfactionScore}} </span> <div class="unfilled text--center " - style="display:flex" - v-if="agentInfo.contactStatus === 'contacted' && + style="display:flex" + v-if="agentInfo.contactStatus === 'contacted' && latestContactedAppointment && !latestContactedAppointment.satisfactionScore">�憛�<br />皛踵�漲</div> <span v-if="agentInfo.contactStatus !== 'contacted'">{{ agentInfo.avgScore }}</span> </div> @@ -310,7 +310,6 @@ .unfilled { font-size: 12px; padding-top: 5px; - padding-bottom: 5px; padding-left: 5px; } @@ -386,4 +385,4 @@ margin-bottom: 50px; } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0