28 lines
367 B
Plaintext
28 lines
367 B
Plaintext
.payrollGrant {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
|
|
.titleBar {
|
|
height: 47px;
|
|
line-height: 47px;
|
|
padding: 0 10px;
|
|
|
|
.titleBarLeft {
|
|
float: left;
|
|
}
|
|
|
|
.titleBarRight {
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
.tableWrapper {
|
|
flex: 1;
|
|
|
|
.ant-spin-nested-loading, .ant-spin-container {
|
|
height: 100%;
|
|
}
|
|
}
|
|
}
|