salary-management-front/pc4mobx/hrmSalary/pages/dataAcquisition/components/index.less

28 lines
479 B
Plaintext

.tableRecordWrapper {
.accumulated {
.wea-form-cell-wrapper {
& > div:first-child {
width: 10% !important;
line-height: 46px;
}
& > div:nth-child(2) {
width: 40% !important;
.wea-form-item-wrapper {
display: flex !important;
align-items: center;
.to {
padding: 0 10px;
}
}
}
& > div:last-child {
width: 40% !important;
}
}
}
}