@root-entry-name: 'default'; @import (reference) '~antd/es/style/themes/index.less'; .virtual-table .ant-table-container:before, .virtual-table .ant-table-container:after { display: none; } .virtual-table-cell { box-sizing: border-box; padding: 16px; border-bottom: 1px solid rgba(224, 234, 251); background: #FFF; text-align: center; line-height: 1; &:nth-child(even) { } &:nth-child(odd) { } } [data-theme="dark"] .virtual-table-cell { box-sizing: border-box; padding: 16px; border-bottom: 1px solid #303030; background: #141414; text-align: center; }