| | |
| | | </span> |
| | | </el-button> |
| | | </div> |
| | | |
| | | <div style="padding-top: 20px" class="login-form-button"> |
| | | <el-button class="register-btn" @click="handleRegister"> |
| | | <span style="color: black">注册</span> |
| | | </el-button> |
| | | </div> |
| | | </div> |
| | | <!-- <el-form ref="loginForm" :model="loginForm" :rules="loginRules" :inline="false" class="loginForm" @keydown.enter.native="handleSubmit">--> |
| | | <!-- <div class="title-container">--> |
| | |
| | | created(){ |
| | | }, |
| | | methods: { |
| | | handleRegister(){ |
| | | this.$router.push({path:'/register'}) |
| | | }, |
| | | showLoginPwd() { |
| | | if (this.loginPasswordType === 'password') { |
| | | this.loginPasswordType = '' |
| | |
| | | } |
| | | .login-form-login-button { |
| | | width: 364px; |
| | | height: 48px; |
| | | height: 40px; |
| | | background: #4778FF; |
| | | border-radius: 4px; |
| | | } |
| | | |
| | | .register-btn{ |
| | | width: 364px; |
| | | height: 40px; |
| | | color: white; |
| | | border-radius: 4px; |
| | | } |
| | | </style> |