Commit d1e61a4d authored by wuwangwolihui's avatar wuwangwolihui

修改调整

parent 1b02393f
......@@ -15,3 +15,10 @@
<!-- built files will be auto injected -->
</body>
</html>
<style>
body {
margin: 0;
padding: 0;
}
</style>
......@@ -18,7 +18,6 @@ const routes = [{
{
path: '/login',
name: 'loginIndex',
redirect: '/login',
meta: {
title: '登录'
},
......@@ -45,7 +44,7 @@ const routes = [{
// }
const router = new VueRouter({
// mode: 'history',
mode: 'history',
// base: process.env.BASE_URL,
routes
})
......
export default [{
path: 'signUp',
path: '/signUp',
name: 'index-signUp',
component: () => import(/* webpackChunkName: "login" */ 'v/index/camp/SignUp.vue'),
meta: {
......@@ -7,7 +7,7 @@ export default [{
}
},
{
path: 'homework',
path: '/homework',
name: 'index-homework',
component: () => import(/* webpackChunkName: "reset" */ 'v/index/camp/Homework.vue'),
meta: {
......@@ -15,7 +15,7 @@ export default [{
}
},
{
path: 'certificate',
path: '/certificate',
name: 'index-certificate',
component: () => import(/* webpackChunkName: "reset" */ 'v/index/camp/Certificate.vue'),
meta: {
......
......@@ -7,7 +7,7 @@ export default [{
}
},
{
path: 'register',
path: '/register',
name: 'index-register',
component: () => import(/* webpackChunkName: "reset" */ 'v/index/login/Register.vue'),
meta: {
......@@ -15,7 +15,7 @@ export default [{
}
},
{
path: 'reset',
path: '/reset',
name: 'index-reset',
component: () => import(/* webpackChunkName: "reset" */ 'v/index/login/Reset.vue'),
meta: {
......
......@@ -263,9 +263,6 @@ export default {
background: #60194a;
border-radius: 2px;
}
::v-deep .el-input__inner {
border: 1px solid #ffff;
}
.el-form {
margin-top: 60px;
.el-form-item {
......@@ -295,6 +292,7 @@ export default {
padding: 0 10px 0 50px;
border-radius: 0;
color: #4d4d4d;
border: 0;
border-bottom: 2px solid #d9d9d9;
&:focus {
border-bottom-color: #563279;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment