Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
6797a9a4
Commit
6797a9a4
authored
Feb 17, 2025
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: el-menu样式修改
parent
1a80b5cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
src/components/NavMenu.vue
+4
-0
src/styles/element.scss
+12
-3
No files found.
src/components/NavMenu.vue
View file @
6797a9a4
...
...
@@ -481,6 +481,10 @@ onUnmounted(() => {
display
:
flex
;
align-items
:
center
;
padding
:
0
40px
;
:deep(.el-sub-menu
.el-sub-menu__icon-arrow)
{
display
:
none
;
}
}
.el-menu-demo
{
...
...
src/styles/element.scss
View file @
6797a9a4
...
...
@@ -9,7 +9,7 @@
}
.el-table
thead
th
.el-table__cell
{
background-color
:
#
FAFAFA
;
background-color
:
#
fafafa
;
}
.el-table__row
{
...
...
@@ -21,4 +21,14 @@
margin-bottom
:
0
;
border-bottom
:
1px
solid
#eee
;
padding
:
10px
;
}
\ No newline at end of file
}
.el-menu--popup
{
background-color
:
#fff
!
important
;
.el-menu-item
{
background
:
#fff
!
important
;
color
:
#000
!
important
;
}
.el-menu-item.is-active
{
color
:
#409eff
!
important
;
}
}
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