|
@@ -22,7 +22,7 @@
|
|
|
@click="handleSubmit"
|
|
|
type="primary"
|
|
|
class="button-login"
|
|
|
- size="default">提交
|
|
|
+ size="default">登录
|
|
|
</el-button>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
@@ -57,16 +57,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
- showPwd () {
|
|
|
- if (this.passwordType === 'password') {
|
|
|
- this.passwordType = ''
|
|
|
- } else {
|
|
|
- this.passwordType = 'password'
|
|
|
- }
|
|
|
- this.$nextTick(() => {
|
|
|
- this.$refs.password.focus()
|
|
|
- })
|
|
|
- },
|
|
|
handleSubmit () {
|
|
|
this.$refs.loginForm.validate(async valid => {
|
|
|
if (valid) {
|
|
@@ -112,7 +102,10 @@ export default {
|
|
|
bottom: 0;
|
|
|
|
|
|
.page-login--content {
|
|
|
- width: 360px;
|
|
|
+ width: 400px;
|
|
|
+ padding: 20px;
|
|
|
+ border-radius: 8px;
|
|
|
+ background: #fff;
|
|
|
|
|
|
.button-login {
|
|
|
display: block;
|