简体   繁体   中英

Angular Material Table Cell :after element

I have no idea what this is or how more importantly how to access it.
I am hoping someone has come by this problem before.

Scenario :

I am working on making a responsive table and it seems like there is a "Phantom Cell" at the end

在此处输入图片说明

Found the selector

  mat-footer-row::after, mat-header-row::after, mat-row::after {
    min-height: 0;
  }
mat-footer-row::after, mat-header-row::after, mat-row::after {
    display: block !important;
    min-height: 0!important;
  }

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM