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 { .item {
width: 100%; width: 100%;
overflow: auto; overflow: auto;
height: calc(100% - 200px); height: calc(100% - 70px);
padding-bottom: 10px; padding-bottom: 10px;
} }
.schedules { .schedules {
height: 190px; height: 60px;
} }
</style> </style>