From 0c39a2b9e79eaf3f2896b066de754967fc79cc7d Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Mon, 14 Sep 2020 13:49:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Dendpoint-query=20save=20c?= =?UTF-8?q?hart=20=E8=A2=AB=E9=81=AE=E6=8C=A1=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/common/bottomBox/tabs/endpointQueryTab.vue | 2 +- nezha-fronted/src/components/page/dashboard/chartBox.vue | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue index 49516091e..c4af6047d 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue @@ -109,7 +109,7 @@ - + diff --git a/nezha-fronted/src/components/page/dashboard/chartBox.vue b/nezha-fronted/src/components/page/dashboard/chartBox.vue index e06a2e6b5..8c84b446b 100644 --- a/nezha-fronted/src/components/page/dashboard/chartBox.vue +++ b/nezha-fronted/src/components/page/dashboard/chartBox.vue @@ -51,9 +51,12 @@ .z-top { /*z-index: 2900;*/ } + .save-chart-box{ + z-index: 2900; + }