问题
I got this stackblitz example for lists with selection as shown in below image.
In the selection list,the list is selecting fine but how can i remove the checkbox?
回答1:
add display:none
for this
I have create a demo on Stackblitz
.css /.sccc
:host {
::ng-deep.mat-pseudo-checkbox{
display: none !important;
}
}
来源:https://stackoverflow.com/questions/51942439/how-to-remove-the-check-box-in-the-lists