<div class="col-xs-6 col-md-4 home-content" *ngFor="let s of abc">
<mat-card>
<mat-card-header>
<mat-card-title>{{s.header}}</mat-card-title>
</mat-card-header>
<mat-card-content>
<p> {{s.Desc}} </p>
</mat-card-content>
<mat-card-actions>
<button mat-raised-button type="submit" color="primary">Submit</button>
</mat-card-actions>
</mat-card>
</div>
<div class="col-xs-6 col-md-4 home-content" *ngFor="let s of abc">
<mat-card>
<mat-card-header>
<mat-card-title>{{s.header}}</mat-card-title>
</mat-card-header>
<mat-card-content>
<p> {{s.Desc}} </p>
</mat-card-content>
<mat-card-actions>
<button mat-raised-button type="submit" color="primary">Submit</button>
</mat-card-actions>
</mat-card>
</div>
3条答案
按热度按时间2cmtqfgy1#
在样式表中添加:
字体:https://github.com/angular/material2/issues/11094
iq3niunx2#
解决方案(如果您正在使用
我你更喜欢这样的间隔
集
在垫卡上和
margin: auto 0 0;
在垫卡上动作bxjv4tth3#
如果您使用bootstrap,您也可以这样做:
其中,弹性填充使用以下css:
和H-100: