提交 c5728bd2 编写于 作者: 张敬贤's avatar 张敬贤

add

上级 bb0ae33d
......@@ -125,6 +125,9 @@ const routerConfig = [
path: '/login',
name: 'login',
component: () => import('@/views/login/index.vue'),
meta: {
keepAlive: true,
},
},
{
path: '/protocol',
......
......@@ -316,9 +316,9 @@ export default {
overflow: hidden;
background-image: url('~@/assets/images/bg-login.png');
background-repeat: no-repeat;
background-size: 100% 276px;
background-size: 100% 208px;
.insurance-login-form{
margin:246px auto 160px auto;
margin:168px auto 100px auto;
padding: 24px 19px;
background: #fff;
width: 317px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册