fix style

This commit is contained in:
Qiuxia Fan 2022-05-18 14:40:12 +08:00
parent d91194add6
commit 1925bf9154

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