From ae548c9201f802af7f565a3e8ccb8a0fb6960db6 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Wed, 18 May 2022 19:37:00 +0800 Subject: [PATCH] add range time --- src/views/dashboard/related/ebpf/Content.vue | 2 ++ .../related/ebpf/components/EBPFSchedules.vue | 34 ++++++++++--------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/src/views/dashboard/related/ebpf/Content.vue b/src/views/dashboard/related/ebpf/Content.vue index 0c23fae5..91abfd26 100644 --- a/src/views/dashboard/related/ebpf/Content.vue +++ b/src/views/dashboard/related/ebpf/Content.vue @@ -39,6 +39,8 @@ import EBPFStack from "./components/EBPFStack.vue"; .vis-graph { height: 100%; width: calc(100% - 300px); + min-width: 700px; + overflow: auto; } .item { diff --git a/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue b/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue index a06a3458..3caaff0b 100644 --- a/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue +++ b/src/views/dashboard/related/ebpf/components/EBPFSchedules.vue @@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->