fix: Fix login style

This commit is contained in:
chuzhixin 2020-11-05 14:28:33 +08:00
parent 8a64b95668
commit cb7b8cd066
2 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ import Antd from 'ant-design-vue'
import App from './App'
import router from './router'
import store from './store'
import 'ant-design-vue/dist/antd.less'
import 'ant-design-vue/dist/antd.css'
import '@/vab'
/**
* @author chuzhixin 1204505056@qq.com

View File

@ -84,9 +84,9 @@
mounted() {
this.form.username = 'admin'
this.form.password = '123456'
setTimeout(() => {
/* setTimeout(() => {
this.handleSubmit()
}, 5000)
}, 5000) */
},
methods: {
...mapActions({
@ -139,11 +139,11 @@
text-align: center;
}
.ant-input {
width: 100%;
height: 45px;
width: 400px;
height: 35px;
}
.ant-btn {
width: 100%;
width: 365px;
height: 45px;
border-radius: 99px;
}