From 9055e51e169ce9d706b6befea4f91bde33440ba8 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Wed, 18 May 2022 19:06:27 +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 024ecf04..0c23fae5 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% - 200px); + height: calc(100% - 70px); padding-bottom: 10px; } .schedules { - height: 190px; + height: 60px; }