From d91194add6874bebfa22bcdfb7c437795a55fcc4 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Wed, 18 May 2022 14:37:17 +0800 Subject: [PATCH] fix style --- src/views/dashboard/related/ebpf/Content.vue | 8 ++++++-- .../dashboard/related/ebpf/components/EBPFSchedules.vue | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/related/ebpf/Content.vue b/src/views/dashboard/related/ebpf/Content.vue index e4b0653b..bb2bfec3 100644 --- a/src/views/dashboard/related/ebpf/Content.vue +++ b/src/views/dashboard/related/ebpf/Content.vue @@ -16,7 +16,7 @@ limitations under the License. -->
-
+
@@ -44,7 +44,11 @@ import EBPFStack from "./components/EBPFStack.vue"; .item { width: 100%; overflow: auto; - height: calc(50% - 10px); + height: calc(100% - 210px); padding-bottom: 10px; } + +.schedules { + height: 200px; +} diff --git a/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue b/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue index a584e40f..bb8a88e7 100644 --- a/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue +++ b/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue @@ -190,6 +190,8 @@ function visTimeline() { height: h, width: "100%", locale: "en", + selectable: false, + zoomable: false, }; visGraph.value = new Timeline(timeline.value, items, options); }