角材料网格,行高度适合

时间:2019-01-24 17:50:04

标签: angular grid angular-material

我目前正在使用不同的内容,使用不同的材质网格,我希望我的图块能够自动变高,但是使用标记,但是我不是想要得到的结果,所以我必须使用标签。

我的代码:

  <mat-grid-list class="quot-service-grid" cols="9" [rowHeight]="fit">
    <mat-grid-tile [colspan]="6" class="quot-service-element">

      <div class="quot-service-inf">
        <h2 class="quot-service-name lw-grey">{{service.name}}</h2>
        <p class="lw-grey">{{service.description}}</p>
      </div>

    </mat-grid-tile>
    <mat-grid-tile class="left quot-service-comment" [colspan]="3">
    </mat-grid-tile>
  </mat-grid-list>

谢谢

0 个答案:

没有答案