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
afb463c9
authored
2023-03-17 10:06:27 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改完成
1 parent
cfe5625b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
src/layout/components/Navbar.vue
src/styles/element-ui.scss
src/layout/components/Navbar.vue
View file @
afb463c
...
...
@@ -134,7 +134,7 @@ export default {
@extend
.xuanzhong;
}
/
deep
/
.
el-menu-item
.
is-active
{
/
deep
/
.is-active
{
@extend
.xuanzhong;
}
...
...
src/styles/element-ui.scss
View file @
afb463c
...
...
@@ -396,11 +396,13 @@ table td {
.el-date-table
td
span
{
color
:
#DBFAFF
}
.el-date-table
td
span
:hover
{
background-color
:
#074487
;
border
:
1px
solid
#02D9FD
;
color
:
#02D9FD
}
.el-date-table
td
.current
:not
(
.disabled
)
span
{
background-color
:
#074487
;
// border:1px solid saddlebrown;
...
...
@@ -524,9 +526,9 @@ table td {
.el-menu--horizontal
.el-menu
.el-menu-item.is-active
,
.el-menu--horizontal
.el-menu--popup
.el-menu-item
:not
(
.is-disabled
)
:focus
{
background
:
url("~@/image/xzslitembg.png")
no-repeat
;
background-size
:
100%
100%
;
color
:
#FFFFFF
!
important
;
font-weight
:
700
;
background-size
:
100%
100%
;
color
:
#FFFFFF
!
important
;
font-weight
:
700
;
}
.el-select-dropdown__item.hover
,
...
...
@@ -579,7 +581,8 @@ table td {
background-clip
:
initial
;
background-color
:
rgb
(
80
,
142
,
235
);
}
// 下拉框
.el-menu--popup
{
.el-menu--popup
{
padding-top
:
20px
;
}
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment