当前位置:   article > 正文

[elementui] el-table设置背景透明_elementplus ui表格背景颜色全透明

elementplus ui表格背景颜色全透明
		  ::v-deep .el-table,
          .el-table__expanded-cell {
            background-color: transparent;
          }

          ::v-deep .el-table tr {
            background-color: transparent !important;
          }
          ::v-deep .el-table__body td,::v-deep .el-table__header th,
          .el-table .cell {
            background-color: transparent;
          }
          ::v-deep .el-table::before {
            //去除底部白线
            left: 0;
            bottom: 0;
            width: 100%;
            height: 0px;
          }
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19

el-table设置背景透明(亲试有效)

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

闽ICP备14008679号