3 changed files with 79 additions and 22 deletions
@ -1,21 +1,66 @@ |
|||||||
.box{ |
.box { |
||||||
width: 100%; |
width: 100%; |
||||||
height: 100%; |
height: 100%; |
||||||
overflow: hidden; |
overflow: hidden; |
||||||
|
display: flex; |
||||||
|
flex-direction: column; |
||||||
} |
} |
||||||
.tablebox{ |
|
||||||
width: 100%; |
.legendbox { |
||||||
height: 100%; |
display: flex; |
||||||
.operation{ |
align-items: center; |
||||||
span{ |
color: #FFFFFF; |
||||||
margin-right: 6px; |
height: 30px; |
||||||
} |
box-sizing: border-box; |
||||||
|
padding-bottom: 19px; |
||||||
|
|
||||||
|
.legendItem { |
||||||
|
display: flex; |
||||||
|
align-items: center; |
||||||
|
margin-right: 12px; |
||||||
|
|
||||||
|
div { |
||||||
|
width: 8px; |
||||||
|
height: 8px; |
||||||
|
margin-right: 3px; |
||||||
} |
} |
||||||
#table{ |
} |
||||||
img{ |
} |
||||||
width: 30px; |
|
||||||
height: 30px; |
.tablebox { |
||||||
cursor: pointer; |
width: 100%; |
||||||
} |
flex: 1; |
||||||
|
|
||||||
|
.operation { |
||||||
|
span { |
||||||
|
margin-right: 6px; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
#table { |
||||||
|
img { |
||||||
|
width: 30px; |
||||||
|
height: 30px; |
||||||
|
cursor: pointer; |
||||||
|
} |
||||||
|
|
||||||
|
.green { |
||||||
|
td { |
||||||
|
color: #4BFFD4; |
||||||
|
} |
||||||
|
|
||||||
} |
} |
||||||
} |
|
||||||
|
.yellow { |
||||||
|
td { |
||||||
|
color: #FFBD4B; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
.red { |
||||||
|
td { |
||||||
|
color: #FF4B65; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
Loading…
Reference in new issue