element-ui去掉表格底部的白线

.common-table-container .el-table::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
}

  

posted @ 2022-05-17 10:40  bruce_lee_1  阅读(363)  评论(0)    收藏  举报