index.less 106 Bytes
// 嵌套表格去掉左方多余部分
.ant-table .ant-table-middle{
    margin-inline: 0 !important;
}