This commit is contained in:
liushuai
2019-09-22 11:27:13 +08:00
12 changed files with 90 additions and 65 deletions

View File

@@ -218,7 +218,16 @@ el-card{
//card白条宽度
padding: 5px 5px;
}
h3 {
height: 10px!important;
margin: 0px!important;
height: 10px !important;
margin: 0px !important;
}
.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;
}