要修改
.mat-list-item {
  font-size: 16px; /* 根据需要修改字体大小 */
}
这将为所有
在HTML模板中:
Item 1 
在CSS文件中:
.custom-list-item {
  font-size: 16px; /* 根据需要修改字体大小 */
}
这样,只有带有custom-list-item类的
请注意,以上示例中的字体大小为16像素,你可以根据需要进行调整。