salary-management-front/pc4mobx/hrmSalary/components/customTable/index.less

12 lines
189 B
Plaintext

.antd-wrap {
.ant-table-tbody {
tr {
td {
white-space: nowrap;
height: 41px !important;
border-bottom: 1px solid #e2e2e2 !important;
}
}
}
}