我目前正在使用不同的内容,使用不同的材质网格,我希望我的图块能够自动变高,但是使用标记,但是我不是想要得到的结果,所以我必须使用标签。
我的代码:
<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>
谢谢