合计栏样式

This commit is contained in:
zhangdingyu
2019-09-22 09:39:34 +08:00
parent ed0033546b
commit 201a6d36f5
3 changed files with 9 additions and 2 deletions

View File

@@ -218,3 +218,11 @@ el-card{
//card白条宽度
padding: 5px 5px;
}
.el-table__footer {
height: 37px;
}
.el-table__footer-wrapper tbody td, .el-table__header-wrapper tbody td {
background-color: rgb(126,172,237);
font-weight:bold;
color: black;
}