标签: css angular angular-material
我尝试使用以下方法对齐mat-select-panel width:
mat-select-panel
width
:host ::ng-deep .mat-select-panel{ margin-left: 20px; min-width: 229px !important; }
如果我仅应用代码:host可以正常工作,但是它会反映在另一个组件中。
:host