当前位置:   article > 正文

element-ui的表格去除表格线_element表格只保留外边框

element表格只保留外边框

直接上css代码就行

.tab-le /deep/  .el-table, .el-table__expanded-cell {
        background-color: transparent;
        border: none;
 }
 .tab-le /deep/ .el-table tr {
       background-color: transparent!important;
     border: none;
 }
 .tab-le /deep/  .el-table--enable-row-transition .el-table__body td, .el-table .cell{
       background-color: transparent;
     border: none;
 }
 .tab-le /deep/  .el-table__row>td{
       border: none;
 }
 /* 清除底部横线 */
 .el-table::before {
       height: 0px;
 }
.tab-le >>> .el-table th.is-leaf {
  /* 去除上边框 */
    border: none;
}

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24

.tab-le是自定义表格外层盒子的类名。不加的话,/deep/会报错

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/113595
推荐阅读
相关标签
  

闽ICP备14008679号