.mat-calendar-period-button{
min-width: 0;
display: none !important;
}
button.mat-calendar-period-button.mat-button.mat-button-base {
display: none !important;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
display: none !important;
}
我使用了这个 CSS,但它没有用。