elementuitable样式
表格样式修改(表头⾼、表头边框、表格内边框、表格⾏⾼)
//控制表头⾼度
.el-table /deep/ .el-table__header th {
padding: 0;
height: 40px;
line-height: 40px;
//表头边框设置
border:solid #cccccc; border-width:1px 0px 0px 1px;
}
//添加表格⾏边框
.
el-table /deep/ td{
border:solid #cccccc; border-width:1px 0px 0px 1px;
}
// table右下外边框颜⾊
.el-table–border:after,
.el-table–group:after,
.el-table:before {
background-color: #cccccc;
}
//表格上左外边框
.el-table–border,
.
el-table–group {
border-color: #cccccc;
}
//表头背景⾊
:header-cell-
//表格⾏⾼还需要设置padding
:cell-table设置内边框

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。