Commit fc872987 authored by huangjie's avatar huangjie

*

parent c38f9b95
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
.el-scrollbar { .el-scrollbar {
.scrollbar-wrapper { .scrollbar-wrapper {
padding-top: 20px; padding-top: 16px;
box-sizing: border-box; box-sizing: border-box;
} }
} }
...@@ -141,8 +141,8 @@ ...@@ -141,8 +141,8 @@
.el-submenu__title { .el-submenu__title {
display: flex; display: flex;
align-items: center; align-items: center;
height: 38px; height: 36px;
line-height: 38px; line-height: 36px;
border: 1px solid #141b2f; border: 1px solid #141b2f;
border-radius: 4px; border-radius: 4px;
color: #fff; color: #fff;
...@@ -361,8 +361,8 @@ ...@@ -361,8 +361,8 @@
& > .el-menu--inline { & > .el-menu--inline {
.secondary-menu-item-sub { .secondary-menu-item-sub {
.el-menu-item { .el-menu-item {
font-size: 12px; font-size: 14px;
padding-left: 40px !important; padding-left: 56px !important;
} }
} }
} }
......
...@@ -51,7 +51,8 @@ router.beforeEach(async (to, from, next) => { ...@@ -51,7 +51,8 @@ router.beforeEach(async (to, from, next) => {
// 在免登录白名单,直接进入 // 在免登录白名单,直接进入
next(); next();
} else { } else {
next(`/login?redirect=${to.fullPath}`); // 否则全部重定向到登录页 // next(`/login?redirect=${to.fullPath}`); // 否则全部重定向到登录页
next(`/login?redirect=/index/gys`); // 否则全部重定向到登录页
NProgress.done(); NProgress.done();
} }
} }
......
...@@ -637,7 +637,7 @@ export default { ...@@ -637,7 +637,7 @@ export default {
.second-level-menu-no-children, .second-level-menu-no-children,
.second-level-menu-has-children .el-submenu__title { .second-level-menu-has-children .el-submenu__title {
font-size: 14px; font-size: 14px;
height: 38px; height: 36px;
color: #232323; color: #232323;
font-weight: 400; font-weight: 400;
display: flex; display: flex;
......
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