Commit d1e61a4d authored by wuwangwolihui's avatar wuwangwolihui

修改调整

parent 1b02393f
...@@ -15,3 +15,10 @@ ...@@ -15,3 +15,10 @@
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
</body> </body>
</html> </html>
<style>
body {
margin: 0;
padding: 0;
}
</style>
...@@ -18,7 +18,6 @@ const routes = [{ ...@@ -18,7 +18,6 @@ const routes = [{
{ {
path: '/login', path: '/login',
name: 'loginIndex', name: 'loginIndex',
redirect: '/login',
meta: { meta: {
title: '登录' title: '登录'
}, },
...@@ -45,7 +44,7 @@ const routes = [{ ...@@ -45,7 +44,7 @@ const routes = [{
// } // }
const router = new VueRouter({ const router = new VueRouter({
// mode: 'history', mode: 'history',
// base: process.env.BASE_URL, // base: process.env.BASE_URL,
routes routes
}) })
......
export default [{ export default [{
path: 'signUp', path: '/signUp',
name: 'index-signUp', name: 'index-signUp',
component: () => import(/* webpackChunkName: "login" */ 'v/index/camp/SignUp.vue'), component: () => import(/* webpackChunkName: "login" */ 'v/index/camp/SignUp.vue'),
meta: { meta: {
...@@ -7,7 +7,7 @@ export default [{ ...@@ -7,7 +7,7 @@ export default [{
} }
}, },
{ {
path: 'homework', path: '/homework',
name: 'index-homework', name: 'index-homework',
component: () => import(/* webpackChunkName: "reset" */ 'v/index/camp/Homework.vue'), component: () => import(/* webpackChunkName: "reset" */ 'v/index/camp/Homework.vue'),
meta: { meta: {
...@@ -15,7 +15,7 @@ export default [{ ...@@ -15,7 +15,7 @@ export default [{
} }
}, },
{ {
path: 'certificate', path: '/certificate',
name: 'index-certificate', name: 'index-certificate',
component: () => import(/* webpackChunkName: "reset" */ 'v/index/camp/Certificate.vue'), component: () => import(/* webpackChunkName: "reset" */ 'v/index/camp/Certificate.vue'),
meta: { meta: {
......
...@@ -7,7 +7,7 @@ export default [{ ...@@ -7,7 +7,7 @@ export default [{
} }
}, },
{ {
path: 'register', path: '/register',
name: 'index-register', name: 'index-register',
component: () => import(/* webpackChunkName: "reset" */ 'v/index/login/Register.vue'), component: () => import(/* webpackChunkName: "reset" */ 'v/index/login/Register.vue'),
meta: { meta: {
...@@ -15,7 +15,7 @@ export default [{ ...@@ -15,7 +15,7 @@ export default [{
} }
}, },
{ {
path: 'reset', path: '/reset',
name: 'index-reset', name: 'index-reset',
component: () => import(/* webpackChunkName: "reset" */ 'v/index/login/Reset.vue'), component: () => import(/* webpackChunkName: "reset" */ 'v/index/login/Reset.vue'),
meta: { meta: {
......
...@@ -263,9 +263,6 @@ export default { ...@@ -263,9 +263,6 @@ export default {
background: #60194a; background: #60194a;
border-radius: 2px; border-radius: 2px;
} }
::v-deep .el-input__inner {
border: 1px solid #ffff;
}
.el-form { .el-form {
margin-top: 60px; margin-top: 60px;
.el-form-item { .el-form-item {
...@@ -295,6 +292,7 @@ export default { ...@@ -295,6 +292,7 @@ export default {
padding: 0 10px 0 50px; padding: 0 10px 0 50px;
border-radius: 0; border-radius: 0;
color: #4d4d4d; color: #4d4d4d;
border: 0;
border-bottom: 2px solid #d9d9d9; border-bottom: 2px solid #d9d9d9;
&:focus { &:focus {
border-bottom-color: #563279; 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