答案 0 :(得分:2)
mat-cell和mat-header-cell有边界。只需为这些元素设置边框即可。
.mat-cell, .mat-header-cell {
border: none !important;
}
答案 1 :(得分:1)
td.mat-cell {
border-bottom-style: none;
}
或
table-container{
td.mat-cell {
border-bottom-style: none;
}
}