Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
1c602043
authored
Aug 07, 2024
by
芋道源码
Committed by
Gitee
Aug 07, 2024
Browse files
Options
Browse Files
Download
Plain Diff
!491 [修复]菜单: 默认布局为top时,二级菜单鼠标悬停背景色为黑色,如何修改和一级菜单悬停色保持一致
Merge pull request !491 from hhhero/fix/menu-item-hover-bg
parents
1b036e84
a6e1e5ff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/layout/components/Menu/src/Menu.vue
+5
-0
No files found.
src/layout/components/Menu/src/Menu.vue
View file @
1c602043
...
@@ -90,6 +90,11 @@ export default defineComponent({
...
@@ -90,6 +90,11 @@ export default defineComponent({
backgroundColor
=
"var(--left-menu-bg-color)"
backgroundColor
=
"var(--left-menu-bg-color)"
textColor
=
"var(--left-menu-text-color)"
textColor
=
"var(--left-menu-text-color)"
activeTextColor
=
"var(--left-menu-text-active-color)"
activeTextColor
=
"var(--left-menu-text-active-color)"
popperClass
=
{
unref
(
menuMode
)
===
'vertical'
?
`
${
prefixCls
}
-popper--vertical`
:
`
${
prefixCls
}
-popper--horizontal`
}
onSelect
=
{
menuSelect
}
onSelect
=
{
menuSelect
}
>
>
{{
{{
...
...
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