update: consultant-card - remove avatart padding-bottom
| | |
| | | {{ 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> |
| | |
| | | .unfilled { |
| | | font-size: 12px; |
| | | padding-top: 5px; |
| | | padding-bottom: 5px; |
| | | padding-left: 5px; |
| | | } |
| | | |
| | |
| | | margin-bottom: 50px; |
| | | } |
| | | |
| | | </style> |
| | | </style> |