Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
856d1ceb
Commit
856d1ceb
authored
Jul 25, 2021
by
RuoYi
Browse files
顶部菜单样式调整
parent
60673b3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/components/TopNav/index.vue
View file @
856d1ceb
...
...
@@ -12,7 +12,7 @@
</
template
>
<!-- 顶部菜单超出数量折叠 -->
<el-submenu
index=
"more"
v-if=
"topMenus.length > visibleNumber"
>
<el-submenu
:style=
"{'--theme': theme}"
index=
"more"
v-if=
"topMenus.length > visibleNumber"
>
<
template
slot=
"title"
>
更多菜单
</
template
>
<
template
v-for=
"(item, index) in topMenus"
>
<el-menu-item
...
...
@@ -169,25 +169,27 @@ export default {
</
script
>
<
style
lang=
"scss"
>
.el-menu--horizontal
>
.el-menu-item
{
.topmenu-container
.el-menu--horizontal
>
.el-menu-item
{
float
:
left
;
height
:
50px
;
line-height
:
50px
;
margin
:
0
;
border-bottom
:
3px
solid
transparent
;
color
:
#999093
;
padding
:
0
5px
;
margin
:
0
10px
;
height
:
50px
!
important
;
line-height
:
50px
!
important
;
color
:
#999093
!
important
;
padding
:
0
5px
!
important
;
margin
:
0
10px
!
important
;
}
.el-menu--horizontal
>
.el-menu-item.is-active
{
border-bottom
:
3
px
solid
#{
'var(--theme)'
}
;
.topmenu-container
.el-menu--horizontal
>
.el-menu-item.is-active
,
.el-menu--horizontal
>
.el-submenu.is-active
.el-submenu__title
{
border-bottom
:
2
px
solid
#{
'var(--theme)'
}
!
important
;
color
:
#303133
;
}
/* submenu item */
.el-menu--horizontal
>
.el-submenu
.el-submenu__title
{
height
:
50px
!
important
;
line-height
:
50px
!
important
;
.topmenu-container.el-menu--horizontal
>
.el-submenu
.el-submenu__title
{
float
:
left
;
height
:
50px
!
important
;
line-height
:
50px
!
important
;
color
:
#999093
!
important
;
padding
:
0
5px
!
important
;
margin
:
0
10px
!
important
;
}
</
style
>
Write
Preview
Supports
Markdown
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