.mat-checkbox-layout { position: relative; display: inline-block; width: 100%; margin-top: 10px; margin-bottom: 10px; }
.mat-checkbox-label { display: inline-block; width: calc(100% - 48px); padding-left: 8px; padding-right: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; }
.mat-checkbox-label:hover { text-decoration: underline; }
display: flex; align-items: center;
例如: