保誠-保戶業務員媒合平台
wayne
2021-12-03 82e2a62e7c90cc191f9e2ebc569fe3a3663b68b0
PAMapp/components/Client/ClientCard.vue
@@ -52,7 +52,7 @@
                <p>電話:{{client.phone}}</p>
                <p>Email:{{client.email}}</p>
                <p>性別:{{gender}}</p>
                <p>年齡:{{client.age}}</p>
                <p>年齡:{{client.age | toAgeLabel }}</p>
                <p>職業:{{client.job}}</p>
                <p>需求:{{client.requirement.split(',').join('、')}}</p>
                <p v-for="(item, index) in hopeContactTime" :key="index">連絡時段{{index + 1 | formatNumber}}:{{ item | formatHopeContactTime}}</p>
@@ -207,7 +207,10 @@
    .dialogTxt {
        font-size: 20px;
        overflow-y:scroll;
        height:400px;
        max-height: 45vh;
        @include desktop {
            height: 400px;
        }
    }