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