如何设置角材选项的宽度?

时间:2019-04-09 06:17:36

标签: angular material

当用户单击选择时,如何设置“角度材质选择”选项的宽度。因此,选项标签的宽度。我想同时在IE和Chrome上工作。我将不胜感激任何帮助。谢谢!

image select option

<mat-form-field>
            <mat-label>Duration</mat-label>
            <mat-select matInput>
              <mat-option matInput *ngFor="let duration of durations" [value]="duration.value">
                {{duration.viewValue}}
              </mat-option>
            </mat-select>
         </mat-form-field>

0 个答案:

没有答案