element的问题

2020-04-28  本文已影响0人  aE_0ff7

表格的横线取消问题
样式加载可能也有问题,不行可以加!

.el-table::before {//去掉最下面的那一条线
    height: 0px;
}
.el-table th.is-leaf, .el-table td{ //去掉头部的线
  border-bottom: none;
}
.el-table__row>td{
  border-bottom: 1px solid black;
}
.has-gutter > tr > th {
  border-bottom: 1px solid black;
}
上一篇 下一篇

猜你喜欢

热点阅读