Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
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
5bf3280d
authored
2020-07-30 18:54:22 +0800
by
焦小希
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改表格的样式,统一风格
1 parent
5b42ad12
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
45 additions
and
8 deletions
src/main/webapp/view/PHJG/AJCC/chaxu/widget.html
src/main/webapp/view/PHJG/AJCC/daiban/widget.html
src/main/webapp/view/PHJG/AJCC/duban/widget.html
src/main/webapp/view/PHJG/AJCC/yiban/widget.html
src/main/webapp/view/PHJG/PHGL/daiban/widget.html
src/main/webapp/view/PHJG/PHGL/yiban/widget.html
src/main/webapp/view/PHJG/AJCC/chaxu/widget.html
View file @
5bf3280
...
...
@@ -39,16 +39,19 @@
margin-top
:
20px
;
}
.el-table
th
{
background
:
#
ccc
!important
;
background
:
#
F2F2F2
!important
;
}
.el-table
tbody
tr
:hover
>
td
{
background-color
:
#
ccc
!important
background-color
:
#
EEF9FF
!important
}
.block
{
float
:
right
;
background
:
#fff
;
margin-top
:
10px
;
}
.el-table__row
{
cursor
:
pointer
;
}
</style>
</head>
<body>
...
...
src/main/webapp/view/PHJG/AJCC/daiban/widget.html
View file @
5bf3280
...
...
@@ -39,16 +39,19 @@
margin-top
:
20px
;
}
.el-table
th
{
background
:
#
ccc
!important
;
background
:
#
F2F2F2
!important
;
}
.el-table
tbody
tr
:hover
>
td
{
background-color
:
#
ccc
!important
background-color
:
#
EEF9FF
!important
}
.block
{
float
:
right
;
background
:
#fff
;
margin-top
:
10px
;
}
.el-table__row
{
cursor
:
pointer
;
}
</style>
</head>
<body>
...
...
src/main/webapp/view/PHJG/AJCC/duban/widget.html
View file @
5bf3280
...
...
@@ -39,16 +39,19 @@
margin-top
:
20px
;
}
.el-table
th
{
background
:
#
ccc
!important
;
background
:
#
F2F2F2
!important
;
}
.el-table
tbody
tr
:hover
>
td
{
background-color
:
#
ccc
!important
background-color
:
#
EEF9FF
!important
}
.block
{
float
:
right
;
background
:
#fff
;
margin-top
:
10px
;
}
.el-table__row
{
cursor
:
pointer
;
}
</style>
</head>
<body>
...
...
src/main/webapp/view/PHJG/AJCC/yiban/widget.html
View file @
5bf3280
...
...
@@ -13,6 +13,7 @@
margin
:
10px
10px
0
10px
;
height
:
100%
;
background
:
#fff
;
position
:
relative
;
}
.search
{
display
:
flex
;
...
...
@@ -39,15 +40,24 @@
margin-top
:
20px
;
}
.el-table
th
{
background
:
#
ccc
!important
;
background
:
#
F2F2F2
!important
;
}
.el-table
tbody
tr
:hover
>
td
{
background-color
:
#
ccc
!important
background-color
:
#
EEF9FF
!important
}
.block
{
float
:
right
;
background
:
#fff
;
margin-top
:
10px
;
position
:
absolute
;
bottom
:
0
;
right
:
0
;
}
.el-table__row
{
cursor
:
pointer
;
}
.el-table__row
{
cursor
:
pointer
;
}
</style>
</head>
...
...
src/main/webapp/view/PHJG/PHGL/daiban/widget.html
View file @
5bf3280
...
...
@@ -23,6 +23,12 @@
.el-button
{
margin-top
:
20px
;
}
.el-table
th
{
background
:
#F2F2F2
!important
;
}
.el-table
tbody
tr
:hover
>
td
{
background-color
:
#EEF9FF
!important
}
.block
{
float
:
right
;
background
:
#fff
;
...
...
@@ -31,6 +37,9 @@
.el-pagination__jump
{
margin-top
:
-15px
;
}
.el-table__row
{
cursor
:
pointer
;
}
</style>
</head>
<body>
...
...
src/main/webapp/view/PHJG/PHGL/yiban/widget.html
View file @
5bf3280
...
...
@@ -23,6 +23,12 @@
.el-button
{
margin-top
:
20px
;
}
.el-table
th
{
background
:
#F2F2F2
!important
;
}
.el-table
tbody
tr
:hover
>
td
{
background-color
:
#EEF9FF
!important
}
.block
{
float
:
right
;
background
:
#fff
;
...
...
@@ -31,6 +37,9 @@
.el-pagination__jump
{
margin-top
:
-15px
;
}
.el-table__row
{
cursor
:
pointer
;
}
</style>
</head>
<body>
...
...
Please
register
or
sign in
to post a comment