mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-01 19:24:58 +08:00
!491 [修复]菜单: 默认布局为top时,二级菜单鼠标悬停背景色为黑色,如何修改和一级菜单悬停色保持一致
Merge pull request !491 from hhhero/fix/menu-item-hover-bg
This commit is contained in:
commit
1c60204350
@ -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}
|
||||||
>
|
>
|
||||||
{{
|
{{
|
||||||
|
Loading…
Reference in New Issue
Block a user