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

12 lines
189 B
Plaintext
Raw Normal View History

2022-06-21 15:54:39 +08:00
.antd-wrap {
.ant-table-tbody {
tr {
td {
white-space: nowrap;
height: 41px !important;
border-bottom: 1px solid #e2e2e2 !important;
}
}
}
}