📜  改变角材料垫图的位置 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:09.490000             🧑  作者: Mango

代码示例1
Put in the 'style.css' file
.mat-grid-tile .mat-figure {
   justify-content: flex-start !important ;
   align-items: flex-start !important;
}