| | |
| | | </div> |
| | | </el-form> |
| | | </div> |
| | | <div class="pwd-change-redirect"><el-link :underline="false" type="primary" @click="()=>{ this.$router.push({path:'/pwdChange'})}">忘记密码</el-link></div> |
| | | <div class="login-form-button"> |
| | | <el-button class="login-form-login-button" :loading="logingLoading" type="primary" @click.native.prevent="handleSubmit"> |
| | | <span> |
| | |
| | | } |
| | | .login-form-title{ |
| | | width: 60px; |
| | | height: 143px; |
| | | height: 130px; |
| | | font-size: 30px; |
| | | font-family: PingFangSC-Medium, PingFang SC; |
| | | font-weight: 600; |
| | |
| | | color: white; |
| | | border-radius: 4px; |
| | | } |
| | | .pwd-change-redirect{ |
| | | position: relative; |
| | | top: 10px; |
| | | right: 10px; |
| | | } |
| | | </style> |