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

82 lines
1.2 KiB
Plaintext

.payrollGrant_new {
background: #f6f6f6;
height: 100%;
.wea-tab .wea-tab-right, .wea-input-focus {
background: #f6f6f6;
}
.titleBar {
height: 47px;
line-height: 47px;
padding: 0 16px;
.titleBarLeft {
float: left;
}
.titleBarRight {
float: right;
}
}
.tableWrapper {
padding: 0 16px;
.wea-new-table {
background: #FFF;
}
}
}
.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;
}
}
}
}