el-table不透明度&边框
.el-table,
.el-table tr,
.el-table td,
.el-table th {
background-color: transparent;
border: "0";
参考:https://www.jianshu.com/p/3c283b4b9e2c 参考2: :cell-style="{borderColor:'transparent'}" 参考:https://zhuanlan.zhihu.com/p/346860764 element-UI el-table样式(去边框和滚动条样式) 参考: css before 和 after的用法:
.el-table::before { width: 0; }
将el-table的宽度设为0