salary-management-front/pc4mobx/hrmSalary/pages/payroll/payrollGrant/index.less

18 lines
264 B
Plaintext

.payrollGrant {
padding: 20px;
.titleBar {
height: 47px;
line-height: 47px;
.titleBarLeft {
float: left;
}
.titleBarRight {
float: right;
}
}
.tableWrapper {
height: calc(100vh - 180.22px);
overflow: auto;
}
}