解决fixed 导致最后出现横线

/* 解决fixed 导致最后出现横线 */
  /deep/ .el-table__fixed{
    /*line-height: initial;*/
    /**/
    height: 100% !important;
  }
  /deep/ .el-table__fixed-right{
    height: 100% !important;
  }

 

posted @ 2021-07-09 15:35  㭌(mou)七  阅读(161)  评论(0)    收藏  举报