ngx-mat-select-search涵盖了我的滚动条

时间:2019-09-23 21:09:51

标签: angular angular-material

我在组件中使用了ngx-mat-select-search,在它下面,我对几个mat-options进行了ngFor'd操作。问题是ngx-mat-select-search覆盖了我的滚动条的一部分。我该如何解决?我不确定能否或如何在组件CSS中覆盖ngx-mat-select-search CSS样式

我尝试过,将ngx-mat-select-search包裹在一个单独的div中,以控制其宽度和位置。我试图在CSS中更改mat-select-panel的宽度。没有任何作用。

     <mat-option>
       <ngx-mat-select-search></ngx-mat-select-search>
     </mat-option>
     <mat-option *ngFor="let bank of ...">...</mat-option>
   </mat-select>```

0 个答案:

没有答案