保誠-保戶業務員媒合平台
Tomas
2021-12-08 03345d8a32d867a7cf449c37d3779b3f594976cd
update: consultant-card - remove avatart padding-bottom
修改1個檔案
7 ■■■■■ 已變更過的檔案
PAMapp/components/Consultant/ConsultantCard.vue 7 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
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>
</style>