Element UI Table 固定列遮挡横向滚动条问题解决方案记录

.el-table{
  ::v-deep .el-table__fixed{
    height: auto !important;
    bottom: 16px; // 横向滚动条高度
  }
  ::v-deep .el-table__fixed::before {
    display:none; // 边框显示问题
  }
  ::v-deep .el-table__fixed-right::before {
    display:none;
  }
}

 

 

记录进步!!!!

posted @ 2022-12-19 17:27  玛卡巴鉲  阅读(628)  评论(0编辑  收藏  举报