| | |
| | | </div> |
| | | </div> |
| | | <div class="pam-paragraph"> |
| | | <div class="pam-consultant-login__title ">密碼</div> |
| | | <div class="password-Txt"> |
| | | <div class="pam-consultant-login__title ">密碼</div> |
| | | <div class="password-reset" @click="resetPassword">忘記密碼</div> |
| | | </div> |
| | | <div class="position-r mt-10"> |
| | | <input :type="[ isShowPassword ? 'text' : 'password']" |
| | | v-model="consultantDto.password" |
| | |
| | | return !!(this.verificationCode && this.consultantDto.username && this.consultantDto.password); |
| | | } |
| | | |
| | | resetPassword() { |
| | | window.open(process.env.CONSULTANT_FORGET_PASSWORD_URL); |
| | | } |
| | | |
| | | |
| | | //////////////////////////////////////////////////////////////////// |
| | | |
| | |
| | | .position-r { |
| | | position: relative; |
| | | } |
| | | .password-Txt { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: flex-end; |
| | | } |
| | | .password-reset { |
| | | font-size: 16px ; |
| | | cursor: pointer; |
| | | |
| | | } |
| | | |
| | | .pam-consultant-login { |
| | | margin: auto; |