web隐藏el-table最后一行下边框与隐藏表格底部边框
/deep/.el-table tr:last-of-type td { border-bottom: 0; }
/deep/ .el-table::before { height: 0px; }
表格内部添加padding
/deep/ .el-table .cell { padding-left: 24px; }
th表头,tr行,td单元格
本文来自博客园,作者:熬夜的布偶猫#,转载请注明原文链接:https://www.cnblogs.com/prince11/p/18043462