You can set the width of mat-select by adding the below css to the main styles.css file. .mat-form-field-infix{ width: 80px !important; } Change 80px as per ...
確定! 回上一頁