@ -279,12 +279,14 @@ export default {
min-height: 300px;
height: calc(100vh - 140px);
border-radius: 10px;
padding-bottom: 30px;
.el-card__header {
background-color: rgba(249, 249, 249, 1);
}
.el-card__body {
overflow: auto;
height: 100%;
height: calc(100% - 50px);
padding-bottom: 80px;
</style>