Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fulixin
dsk-operate-sys-cscec
Commits
fc872987
Commit
fc872987
authored
Mar 21, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
c38f9b95
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
sidebar.scss
dsk-operate-ui/src/assets/styles/sidebar.scss
+5
-5
permission.js
dsk-operate-ui/src/permission.js
+2
-1
Sidebar.vue
...operate-ui/src/views/detail/party-a/component/Sidebar.vue
+1
-1
No files found.
dsk-operate-ui/src/assets/styles/sidebar.scss
View file @
fc872987
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
.el-scrollbar
{
.el-scrollbar
{
.scrollbar-wrapper
{
.scrollbar-wrapper
{
padding-top
:
20
px
;
padding-top
:
16
px
;
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
:
3
8
px
;
height
:
3
6
px
;
line-height
:
3
8
px
;
line-height
:
3
6
px
;
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
:
1
2
px
;
font-size
:
1
4
px
;
padding-left
:
40
px
!
important
;
padding-left
:
56
px
!
important
;
}
}
}
}
}
}
...
...
dsk-operate-ui/src/permission.js
View file @
fc872987
...
@@ -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
();
}
}
}
}
...
...
dsk-operate-ui/src/views/detail/party-a/component/Sidebar.vue
View file @
fc872987
...
@@ -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
:
3
8
px
;
height
:
3
6
px
;
color
:
#232323
;
color
:
#232323
;
font-weight
:
400
;
font-weight
:
400
;
display
:
flex
;
display
:
flex
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment