保誠-保戶業務員媒合平台
Mila
2021-12-01 beb82223ac169ff5766eae1837c6af24dd4cab64
fixed TODO#131310 顧問/客戶預約單樣式調整
修改3個檔案
8 ■■■■ 已變更過的檔案
PAMapp/components/Client/ClientCard.vue 3 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/Consultant/ConsultantCard.vue 3 ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/pages/myAppointmentList.vue 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/Client/ClientCard.vue
@@ -207,8 +207,11 @@
    .dialogTxt {
        font-size: 20px;
        overflow-y:scroll;
        max-height: 45vh;
        @include desktop {
        height:400px;
    }
    }
    .text-right {
PAMapp/components/Consultant/ConsultantCard.vue
@@ -264,7 +264,10 @@
    .dialogInfo {
        font-size: 20px;
        overflow-y:scroll;
        max-height: 50vh;
        @include desktop {
        height: 400px;
    }
    }
</style>
PAMapp/pages/myAppointmentList.vue
@@ -106,7 +106,7 @@
    @include desktop {
        .pam-container {
            width: 700px;
            margin: 30px auto 0px auto;
            margin: 30px auto;
        }
    }
</style>