赞
踩
话不多说 直接上代码
// 去掉表格单元格边框 .customer-table th { border: none; } .customer-table td, .customer-table th.is-leaf { border: none; } // 表格最外边框 .el-table--border, .el-table--group { border: none; } // 头部边框 .customer-table thead tr th.is-leaf { // border: 1px solid #ebeef5; border-right: none; } .customer-table thead tr th:nth-last-of-type(2) { border-right: 1px solid #ebeef5; } // 表格最外层边框-底部边框 .el-table--border::after, .el-table--group::after { width: 0; } .customer-table::before { width: 0; } .customer-table .el-table__fixed-right::before, .el-table__fixed::before { width: 0; } // 表格有滚动时表格头边框 // .el-table--border th.gutter:last-of-type { // border: 1px solid #ebeef5; // border-left: none; // }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。