/* 设置table header的背景颜色 */
.el-table__header th, .el-table__header tr {
background-color: #17B3A3;
color: black;
}
/* 设置表主体的高度 */
.el-table__body td,.el-table__body th{
padding:1px;
}
/* 设置表头的高度 */
.el-table__header td,.el-table__header th{
padding:6px 0px;
}
/* 设置分页器的高度 */
.site-wrapper .el-pagination {
margin-top: 5px;
text-align: right;
}
.el-pager li.active {
color: #080909;
cursor: default;
background-color: #17B3A3;
border-radius: 2px;
}
---------------------
作者:小咪的农场
来源:CSDN
原文:https://blog.csdn.net/u012499506/article/details/81217277
版权声明:本文为博主原创文章,转载请附上博文链接!