Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
856d1ceb
Commit
856d1ceb
authored
Jul 25, 2021
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
顶部菜单样式调整
parent
60673b3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
14 deletions
+16
-14
ruoyi-ui/src/components/TopNav/index.vue
ruoyi-ui/src/components/TopNav/index.vue
+16
-14
No files found.
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-activ
e
{
border-bottom
:
3px
solid
#{
'var(--theme)'
}
;
.
topmenu-container.el-menu--horizontal
>
.el-menu-item.is-active
,
.el-menu--horizontal
>
.el-submenu.is-active
.el-submenu__titl
e
{
border-bottom
:
2px
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
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