在 Angular 12 中动态更改垫对话框的 width/height
dynamically change width/height of a mat-dialog in Angular 12
是否可以根据里面的内容动态改变height/width一个mat-dialog?
例如,如果我有一个带有三个选项的 mat-select,并且每个选项在 select 字段下方显示不同数量的字段,则可以将对话框大小更改为填写内容?
我正在学习 Angular,但不知道是否可行。我不知道怎么办
The dialog does automatically adapt to the content as long as its html
is wrappend inside mat-dialog-content
Material Dialog Config - you can set minHeight/minWidth for dialogs
是否可以根据里面的内容动态改变height/width一个mat-dialog?
例如,如果我有一个带有三个选项的 mat-select,并且每个选项在 select 字段下方显示不同数量的字段,则可以将对话框大小更改为填写内容?
我正在学习 Angular,但不知道是否可行。我不知道怎么办
The dialog does automatically adapt to the content as long as its html is wrappend inside mat-dialog-content
Material Dialog Config - you can set minHeight/minWidth for dialogs