mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-05 10:28:34 +08:00
Dev: Collapse performance timing
This commit is contained in:
@@ -28,11 +28,24 @@
|
||||
}
|
||||
.performance-timing-data {
|
||||
padding: 0 10px 10px;
|
||||
|
||||
text-align: center;
|
||||
.expand {
|
||||
display: inline-block;
|
||||
background: #fff;
|
||||
border: 1px solid $blue;
|
||||
width: 150px;
|
||||
height: 30px;
|
||||
font-size: 12px;
|
||||
line-height: 30px;
|
||||
box-shadow: $box-shadow;
|
||||
margin: 0 auto;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
display: none;
|
||||
background: #fff;
|
||||
border-collapse: collapse;
|
||||
text-align: left;
|
||||
th {
|
||||
background: $gray;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user