PAMapp/pages/login/index.vue | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 |
PAMapp/pages/login/index.vue
@@ -158,7 +158,7 @@ </div> <el-row type="flex" justify="center" class="pam-login-page__action-bar mt-30 mb-30"> <el-row type="flex" justify="center" class="pam-login-page__action-bar mt-30"> <el-button type="primary" v-if="(connectDevice === 'MOBILE' && onPhoneVerifyStep === 'INPUT_OTP') || (connectDevice === 'EMAIL' && onEmailVerifyResendStatus === 'CAN_RESEND')" @@ -664,6 +664,9 @@ display: flex; flex: 1; align-items: flex-end; @include desktop { margin-bottom: 30px; } } }