You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
691 B
59 lines
691 B
.box { |
|
height: 100%; |
|
overflow: auto; |
|
} |
|
|
|
|
|
.header { |
|
width: 100%; |
|
box-sizing: border-box; |
|
padding: 20px 30px 8px 30px; |
|
|
|
.queryBox { |
|
display: flex; |
|
flex-wrap: wrap; |
|
align-items: center; |
|
|
|
.queryField { |
|
display: flex; |
|
align-items: center; |
|
margin-right: 20px; |
|
|
|
span { |
|
display: inline-block; |
|
width: 80px; |
|
} |
|
} |
|
|
|
.btnbox { |
|
button { |
|
margin-right: 12px; |
|
} |
|
} |
|
} |
|
|
|
} |
|
|
|
.tablebox { |
|
table { |
|
width: 100%; |
|
margin-top: 15px; |
|
} |
|
|
|
mat-paginator { |
|
width: 100%; |
|
} |
|
} |
|
|
|
.mat-header-cell, |
|
.mat-cell { |
|
text-align: center; |
|
} |
|
|
|
|
|
.operate { |
|
span { |
|
color: #40a9ff; |
|
cursor: pointer; |
|
} |
|
}
|
|
|