Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
dc5f316c
authored
2023-01-12 17:31:49 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:下拉框样式
1 parent
0755fd20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
src/styles/element-ui.scss
src/styles/element-ui.scss
View file @
dc5f316
...
...
@@ -245,4 +245,42 @@ table td {
position
:
relative
;
top
:
2px
;
}
}
// element 下拉框样式
.el-menu--popup
,
.el-select-dropdown
{
background-color
:
#031A46
!
important
;
padding
:
10px
;
border
:
none
;
}
.
el-popper
[
x-placement
^="
bottom
"] .
popper__arrow
:
:
after
{
border-bottom-color
:
#074487
!
important
;
}
.el-popper
[
x-placement
^=
"bottom"
]
.popper__arrow
{
border-bottom-color
:
#074487
!
important
;
}
.el-menu--horizontal
.el-menu
.el-menu-item
,
.el-select-dropdown__item
,
.el-menu--horizontal
.el-menu
.el-submenu__title
{
background
:
#074487
!
important
;
margin
:
5px
0
;
border
:
1px
solid
#074487
;
color
:
#02D9FD
!
important
;
}
.el-menu--horizontal
.el-menu-item
:not
(
.is-disabled
)
:hover
,
.el-select-dropdown__item.hover
,
.el-select-dropdown__item
:hover
,
.el-menu--horizontal
.el-menu-item
:not
(
.is-disabled
)
:focus
{
background
:
#074487
;
border
:
1px
solid
#02D9FD
;
color
:
#FFFFFF
!
important
;
font-weight
:
700
;
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment