我用棱角材料芯片作为标签。那么,我可以使用css将默认的圆形设计更改为矩形设计吗?
发布于 2020-01-22 15:14:47
在根组件css中:
:host ::ng-deep .mat-chip { border-radius: 5px; }
https://stackoverflow.com/questions/59862713
相似问题