mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
feat(console): change table style
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
padding: 10px 10px 10px 40px;
|
||||
background: #fff;
|
||||
line-height: 20px;
|
||||
border-bottom: 1px solid $gray-light;
|
||||
.icon-clear,
|
||||
.icon-info {
|
||||
display: inline-block;
|
||||
|
||||
@@ -116,15 +116,24 @@
|
||||
table {
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
border-bottom: 1px solid $gray-light;
|
||||
border-collapse: collapse;
|
||||
box-shadow: $box-shadow;
|
||||
border-radius: $border-radius;
|
||||
overflow: hidden;
|
||||
th {
|
||||
background: $blue;
|
||||
color: #fff;
|
||||
}
|
||||
th,
|
||||
td {
|
||||
padding: 10px;
|
||||
border-left: 1px solid $gray;
|
||||
padding: 3px $padding;
|
||||
&:first-child {
|
||||
border-left: none !important;
|
||||
}
|
||||
}
|
||||
tr:nth-child(even) {
|
||||
background: $gray-light;
|
||||
}
|
||||
}
|
||||
.blue {
|
||||
|
||||
Reference in New Issue
Block a user