34 lines
553 B
Plaintext
34 lines
553 B
Plaintext
.payrollGrant_new {
|
|
.titleBar {
|
|
height: 47px;
|
|
line-height: 47px;
|
|
padding: 0 10px;
|
|
.titleBarLeft {
|
|
float: left;
|
|
}
|
|
.titleBarRight {
|
|
float: right;
|
|
}
|
|
}
|
|
.tableWrapper {
|
|
height: calc(100vh - 180.22px);
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
.batchReleaseWrapper{
|
|
.ant-modal-footer button{
|
|
margin-right: 0 !important;
|
|
}
|
|
.searchWrapper{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
.tableWrpper{
|
|
max-height: 500px;
|
|
overflow-y: auto;
|
|
}
|
|
}
|