eltable不透明度&边框

<style>

.el-table,

.el-table tr,

.el-table td,

.el-table th {

  background-color: transparent;

  border: "0";

}


参考:https://www.jianshu.com/p/3c283b4b9e2c
 
:cell-style="{borderColor:'transparent'}"
 
element-UI el-table样式(去边框和滚动条样式)
css before 和 after的用法:
.el-table::before {
   0;
}

将el-table的宽度设为0

原文地址:https://www.cnblogs.com/2008nmj/p/15611797.html