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

63 lines
1.3 KiB
Plaintext

.antd-wrap {
.ant-table-scroll{
.ant-table-thead > tr > th {
border-right: 1px solid #e2e2e2 !important;
}
}
.ant-table-thead > tr > th {
border-width: 1px !important;
padding: 0 5px !important;
}
.ant-table-bordered .ant-table-fixed-right {
top: 1px !important;
right: 0 !important;
border-radius: 0!important;
.ant-table-thead > tr > th {
border-right: 1px solid #e2e2e2 !important;
}
.ant-table-tbody>tr>td:last-child{
border-right: 1px solid #e2e2e2 !important;
}
thead {
tr > th {
border-top: 1px solid #e2e2e2 !important;
}
}
}
.ant-table-bordered .ant-table-fixed-left {
top: 1px !important;
left: 0 !important;
border-radius: 0!important;
thead {
tr > th {
border-top: 1px solid #e2e2e2 !important;
}
tr > th:first-child {
border-left: 1px solid #e2e2e2 !important;
}
}
tbody {
tr > td:first-child {
border-left: 1px solid #e2e2e2 !important;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
.ant-table-tbody {
tr {
td {
height: 41px !important;
border-bottom: 1px solid #e2e2e2 !important;
}
}
}
}