角材料碎片显示为矩形,而不是在sidenav内倒圆

时间:2019-06-21 16:55:09

标签: angular angular-material mat-sidenav

我创建了一个stackblitz example

如果打开侧面导航面板,然后在扩展面板上看到芯片,则会看到其矩形形状,但看起来应该是圆形的。我该如何解决?


  

编辑Github

中已经存在此问题

1 个答案:

答案 0 :(得分:1)

片段必须位于<mat-chip-list>内。

https://material.angular.io/components/chips/overview

<mat-chip-list>
  <mat-chip>Papadum</mat-chip>
  <mat-chip>Naan</mat-chip>
  <mat-chip>Dal</mat-chip>
</mat-chip-list>