fix style

This commit is contained in:
Qiuxia Fan 2022-05-18 19:06:27 +08:00
parent 370d9e3336
commit 9055e51e16

View File

@ -44,11 +44,11 @@ import EBPFStack from "./components/EBPFStack.vue";
.item {
width: 100%;
overflow: auto;
height: calc(100% - 200px);
height: calc(100% - 70px);
padding-bottom: 10px;
}
.schedules {
height: 190px;
height: 60px;
}
</style>