Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qr-consistency-vue3
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
qr-consistency-vue3
Commits
0e9ce6ee
Commit
0e9ce6ee
authored
Apr 18, 2025
by
qiyaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
顶部菜单样式
parent
b10c38da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
index.vue
src/components/TopNav/index.vue
+2
-2
Navbar.vue
src/layout/components/Navbar.vue
+2
-0
No files found.
src/components/TopNav/index.vue
View file @
0e9ce6ee
...
...
@@ -191,7 +191,7 @@ onMounted(() => {
float
:
left
;
height
:
50px
!
important
;
line-height
:
50px
!
important
;
color
:
#
999093
!
important
;
color
:
#
FFFFFF
!
important
;
padding
:
0
5px
!
important
;
margin
:
0
10px
!
important
;
}
...
...
@@ -216,7 +216,7 @@ onMounted(() => {
.topmenu-container.el-menu--horizontal
>
.el-menu-item
:not
(
.is-disabled
)
:focus
,
.topmenu-container.el-menu--horizontal
>
.el-menu-item
:not
(
.is-disabled
)
:hover
,
.topmenu-container.el-menu--horizontal
>
.el-submenu
.el-submenu__title
:hover
{
background-color
:
#
ffffff
;
background-color
:
#
123881
;
}
/* 图标右间距 */
...
...
src/layout/components/Navbar.vue
View file @
0e9ce6ee
...
...
@@ -257,6 +257,8 @@ function toggleTheme() {
.topmenu-container
{
position
:
absolute
;
left
:
50px
;
background-color
:
#123881
;
}
.errLog-container
{
...
...
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