index.less
503 Bytes
.table_components {
.table {
:global {
.ant-table-thead {
background: #f2f3f5;
font-size: 14px;
font-weight: 500;
color: #1d2129;
height: 54px;
.ant-table-cell {
&::before {
width: 0 !important;
}
}
}
.ant-table-tbody {
background-color: #fff;
.ant-table-row {
font-size: 14px;
font-weight: 400;
color: #303133;
}
}
}
}
}