mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +08:00
chore: Update scripts/visual-regression/report-template.html (#51672)
This commit is contained in:
parent
4b186714d0
commit
f7aa3ec692
@ -29,6 +29,11 @@
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table > thead {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
padding: 8px;
|
||||
@ -61,13 +66,22 @@
|
||||
border: 0;
|
||||
}
|
||||
|
||||
table > thead {
|
||||
position: unset;
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
width: 100%;
|
||||
display: block;
|
||||
padding: 6px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
td:last-child {
|
||||
border-bottom: 3px dashed darkgray;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
background-color: transparent;
|
||||
|
Loading…
Reference in New Issue
Block a user