如果尝试过 border:none; 不能去除边框线, 可以找到 ::before, 宽度设置为0;
.ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
width: 0;
}
如果尝试过 border:none; 不能去除边框线, 可以找到 ::before, 宽度设置为0;
.ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
width: 0;
}