保誠-保戶業務員媒合平台
Mila
2021-11-18 e08bc304e5be985bf83d4e668daf8ffa0f256e14
PAMapp/components/Client/ClientCard.vue
@@ -42,6 +42,7 @@
        <Ui-Dialog
            :isVisible.sync="isVisibleDialog"
            :width="width"
            class="pam-myDemand-dialog"
        >
            <h5 class="subTitle text--center mb-30"
            >{{isReserved ? '預約成功' : '已聯絡資訊'}}</h5>
@@ -196,7 +197,7 @@
    .dialogTxt {
        font-size: 20px;
        overflow:scroll;
        overflow-y:scroll;
        height:400px;
    }