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
cf51bb4e
authored
2023-01-16 09:44:03 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:下拉框样式
1 parent
e8aca095
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
10 deletions
src/styles/element-ui.scss
src/styles/element-ui.scss
View file @
cf51bb4
...
...
@@ -12,7 +12,7 @@
//input
.el-input__inner
{
color
:
#FFFFFF
!
important
;
color
:
#FFFFFF
!
important
;
padding
:
0
7px
!
important
;
}
...
...
@@ -257,27 +257,33 @@ table td {
}
.
el-popper
[
x-placement
^="
bottom
"] .
popper__arrow
:
:
after
{
display
:
none
;
display
:
none
;
}
.el-popper
[
x-placement
^=
"bottom"
]
.popper__arrow
{
display
:
none
;
}
.el-date-picker
{
.el-date-picker
{
background-color
:
#031a46
;
.el-date-picker__header-label
{
.el-date-picker__header-label
{
color
:
#A6CFD6
;
}
.el-picker-panel__icon-btn
{
.el-picker-panel__icon-btn
{
color
:
#A6CFD6
;
}
.el-date-table
th
{
.el-date-table
th
{
color
:
#02D9FD
;
}
.el-date-table
td
span
{
.el-date-table
td
span
{
color
:
#A6CFD6
;
}
.el-date-table
td
.current
:not
(
.disabled
)
span
{
.el-date-table
td
.current
:not
(
.disabled
)
span
{
background-color
:
#074487
;
// border:1px solid saddlebrown;
box-shadow
:
inset
0
0
7px
#02D9FD
;
...
...
@@ -285,8 +291,9 @@ display: none;
}
}
.el-picker-panel__content
{
background-color
:
#074487
;
.el-picker-panel__content
{
background-color
:
#074487
;
}
...
...
@@ -302,6 +309,7 @@ display: none;
.el-menu--horizontal
.el-menu--popup
.el-menu-item
:not
(
.is-disabled
)
:hover
,
.el-select-dropdown__item
:hover
,
.el-select-dropdown__item.selected
,
.el-menu--horizontal
.el-menu--popup
.el-menu-item
:not
(
.is-disabled
)
:focus
{
background
:
#074487
;
border
:
1px
solid
#02D9FD
;
...
...
Please
register
or
sign in
to post a comment