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

28 lines
485 B
Plaintext

.tableRecordWrapper {
.accumulated {
.wea-form-cell-wrapper {
& > div:first-child {
height: 46px !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;
}
}
}
}