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
83980ea8
authored
2023-01-13 10:17:15 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式修改
1 parent
b94ff4d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
src/styles/element-ui.scss
src/styles/public.scss
src/styles/element-ui.scss
View file @
83980ea
...
...
@@ -183,7 +183,6 @@ table th {
table
td
{
box-sizing
:
border-box
;
border-bottom
:
none
!
important
;
;
}
//去掉最下面的那一条线
...
...
@@ -197,8 +196,8 @@ table td {
}
.el-table__body
tr
:hover
{
background
:
rgba
(
2
,
160
,
253
,
0
.3
)
!
important
;
box-shadow
:
inset
0px
0px
18px
0px
#02A0FD
!
important
;
background
:
#063160
!
important
;
box-shadow
:
inset
0px
0px
20px
0px
#03DBFF
!
important
;
}
.el-table__body
tr
:hover
>
td
{
...
...
src/styles/public.scss
View file @
83980ea
...
...
@@ -10,7 +10,7 @@
}
.el-table__row
.cell
{
color
:
#
ACEFFA
!
important
;
color
:
#
DBFAFF
!
important
;
}
.el-table__row
{
...
...
Please
register
or
sign in
to post a comment