Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
gassafety
Commits
7521d86a
Commit
7521d86a
authored
Sep 14, 2021
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
table样式
parent
97f2a337
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
415 additions
and
365 deletions
+415
-365
package-lock.json
gassafety-web/package-lock.json
+365
-365
gassafety.scss
gassafety-web/src/assets/styles/gassafety.scss
+50
-0
No files found.
gassafety-web/package-lock.json
View file @
7521d86a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
gassafety-web/src/assets/styles/gassafety.scss
View file @
7521d86a
...
...
@@ -387,3 +387,53 @@
height
:
140px
!
important
;
}
}
// 设备巡检详情页表格样式
.detail
{
.el-table
{
.el-table__header-wrapper
,
.el-table__fixed-header-wrapper
{
th
{
word-break
:
break-word
;
background-color
:
#1181e8
;
color
:
#fff
;
height
:
40px
;
font-size
:
14px
;
}
}
.el-table__body-wrapper
{
.el-table__row
:nth-child
(
2n
+
1
)
{
background-color
:
#e6e6e6
;
// &:hover {
// td {
// background-color: #f4f4f4;
// }
// }
td
{
.cell
{
color
:
#053b6a
;
}
}
}
.el-table__row
:nth-child
(
2n
)
{
background-color
:
#f4f4f4
;
// &:hover {
// td {
// background-color: #e6e6e6;
// }
// }
td
{
.cell
{
color
:
#053b6a
;
}
}
}
}
.el-table__body-wrapper
{
.el-button
[
class
*=
"el-icon-"
]
+
span
{
margin-left
:
1px
;
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment