mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-26 02:56:35 +08:00
✨fix: Fix login style
This commit is contained in:
parent
8a64b95668
commit
cb7b8cd066
@ -3,7 +3,7 @@ import Antd from 'ant-design-vue'
|
|||||||
import App from './App'
|
import App from './App'
|
||||||
import router from './router'
|
import router from './router'
|
||||||
import store from './store'
|
import store from './store'
|
||||||
import 'ant-design-vue/dist/antd.less'
|
import 'ant-design-vue/dist/antd.css'
|
||||||
import '@/vab'
|
import '@/vab'
|
||||||
/**
|
/**
|
||||||
* @author chuzhixin 1204505056@qq.com
|
* @author chuzhixin 1204505056@qq.com
|
||||||
|
@ -84,9 +84,9 @@
|
|||||||
mounted() {
|
mounted() {
|
||||||
this.form.username = 'admin'
|
this.form.username = 'admin'
|
||||||
this.form.password = '123456'
|
this.form.password = '123456'
|
||||||
setTimeout(() => {
|
/* setTimeout(() => {
|
||||||
this.handleSubmit()
|
this.handleSubmit()
|
||||||
}, 5000)
|
}, 5000) */
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions({
|
...mapActions({
|
||||||
@ -139,11 +139,11 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.ant-input {
|
.ant-input {
|
||||||
width: 100%;
|
width: 400px;
|
||||||
height: 45px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
.ant-btn {
|
.ant-btn {
|
||||||
width: 100%;
|
width: 365px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
border-radius: 99px;
|
border-radius: 99px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user