Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2710b0a5
authored
2023-01-12 17:52:52 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style;样式
1 parent
dc5f316c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
src/layout/components/Sidebar/sidebarLeft.vue
src/styles/element-ui.scss
src/layout/components/Sidebar/sidebarLeft.vue
View file @
2710b0a
<
template
>
<el-menu
router
:default-active=
"activeMenu"
mode=
"horizontal"
>
<el-menu
router
:default-active=
"activeMenu"
m
enu-trigger=
"click"
m
ode=
"horizontal"
>
<!-- 权限菜单 -->
<sidebar-item
v-for=
"route in permission_routes.slice(1, 4)"
:key=
"route.path"
:item=
"route"
:base-path=
"route.path"
/>
...
...
src/styles/element-ui.scss
View file @
2710b0a
...
...
@@ -275,10 +275,9 @@ table td {
color
:
#02D9FD
!
important
;
}
.el-menu--horizontal
.el-menu-item
:not
(
.is-disabled
)
:hover
,
.el-select-dropdown__item.hover
,
.el-menu--horizontal
.el-menu--popup
.el-menu-item
:not
(
.is-disabled
)
:hover
,
.el-select-dropdown__item
:hover
,
.el-menu--horizontal
.el-menu-item
:not
(
.is-disabled
)
:focus
{
.el-menu--horizontal
.el-menu-
-popup
.el-menu-
item
:not
(
.is-disabled
)
:focus
{
background
:
#074487
;
border
:
1px
solid
#02D9FD
;
color
:
#FFFFFF
!
important
;
...
...
Please
register
or
sign in
to post a comment