Commit fc872987 authored by huangjie's avatar huangjie

*

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