This commit is contained in:
caoxinyu
2019-09-22 11:31:29 +08:00
18 changed files with 101 additions and 79 deletions

View File

@@ -223,12 +223,23 @@ el-card{
background: #8ff4ea !important;
color: black;
}
tr.el-table__row td {
background-color: #d8e5f6 !important;
}
tr.el-table__row.el-table__row--striped td {
background: #e9f0f9 !important;
}
}
h3 {
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;
}