美文网首页
element的问题

element的问题

作者: aE_0ff7 | 来源:发表于2020-04-28 11:13 被阅读0次

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

.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;
}

相关文章

网友评论

      本文标题:element的问题

      本文链接:https://www.haomeiwen.com/subject/uvadwhtx.html