PAMapp/components/Consultant/ConsultantCard.vue
@@ -154,9 +154,7 @@ reserveCommunication() { const contactStatus = this.agentInfo.contactStatus; if (!contactStatus || contactStatus === 'picked') { isLogin() ? this.$router.push(`/questionnaire/${this.agentInfo.agentNo}`) : this.$router.push('/login'); this.$router.push(`/questionnaire/${this.agentInfo.agentNo}`) } else { this.openPopUp(); } @@ -264,7 +262,10 @@ .dialogInfo { font-size: 20px; overflow-y:scroll; height: 400px; max-height: 50vh; @include desktop { height: 400px; } } </style>