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

72 lines
1.0 KiB
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;
}
}
.payrollPartModalWrapper {
.wea-select, .ant-select-selection, .ant-select {
width: 100%;
}
.wea-select {
display: inline-block;
position: relative;
}
.ant-select-selection {
height: 30px;
border-radius: 0;
}
}
.payrollPartTableModalWrapper {
.titleWrapper {
display: flex;
align-items: center;
justify-content: space-between;
.rightBtnlist {
display: flex;
align-items: center;
button {
margin-right: 10px;
}
}
}
}