【发布时间】:2020-08-28 08:54:16
【问题描述】:
如何使用 css 以角度调整 mat 对话框宽度?增加模态大小可能在宽度:70vw 左右并添加一个最小宽度(以像素为单位)。
数学对话框或模态容器
.mat-dialog-container {
display: block;
padding: 24px;
border-radius: 4px;
box-sizing: border-box;
overflow: auto;
outline: 0;
width: 100%;
height: 100%;
min-height: inherit;
max-height: inherit;
}
【问题讨论】:
标签: css angular sass less mat-dialog