From 1925bf915421f19bd44b0c2b8c5f2803beff692c Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Wed, 18 May 2022 14:40:12 +0800 Subject: [PATCH] fix style --- src/views/dashboard/related/ebpf/Content.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/related/ebpf/Content.vue b/src/views/dashboard/related/ebpf/Content.vue index bb2bfec3..024ecf04 100644 --- a/src/views/dashboard/related/ebpf/Content.vue +++ b/src/views/dashboard/related/ebpf/Content.vue @@ -44,11 +44,11 @@ import EBPFStack from "./components/EBPFStack.vue"; .item { width: 100%; overflow: auto; - height: calc(100% - 210px); + height: calc(100% - 200px); padding-bottom: 10px; } .schedules { - height: 200px; + height: 190px; }