保誠-保戶業務員媒合平台
HelenHuang
2021-11-17 c87a632b0a72366bc1abf2a35237fb650190c400
[update]顧問端 -預約細節 dialog加上 scroll bar
修改2個檔案
8 ■■■■ 已變更過的檔案
PAMapp/components/Client/ClientCard.vue 6 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/Consultant/ConsultantCard.vue 2 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/Client/ClientCard.vue
@@ -55,11 +55,10 @@
                <p>職業:{{client.job}}</p>
                <p>需求:{{client.requirement.replace(',', '、')}}</p>
                <p v-for="(item, index) in hopeContactTime" :key="index">連絡時段{{index + 1 | formatNumber}}:{{item}}</p>
                </div>
                <div class="mt-30 text--center" v-if="isReserved">
                    <el-button @click="markAppointment">標註為已連絡</el-button>
                </div>
            </div>
        </Ui-Dialog>
    </div>
</template>
@@ -197,7 +196,10 @@
    .dialogTxt {
        font-size: 20px;
        overflow:scroll;
        height:400px;
    }
    .text-right {
        text-align: right;
PAMapp/components/Consultant/ConsultantCard.vue
@@ -253,6 +253,8 @@
    .dialogInfo {
        font-size: 20px;
        overflow:scroll;
        height: 400px;
    }
</style>