From 24ead781dca198c6588a9c8b3f1e4aeb27273cbb Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Fri, 27 Aug 2021 17:13:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/stylus/main.scss | 2 +- .../components/common/alert/selectAlertSilence.vue | 5 +---- .../src/components/common/popBox/selectPanel.vue | 7 +------ .../page/dashboard/explore/exploreItem.vue | 10 ---------- .../page/dashboard/explore/promqlInput.vue | 12 ++++++++---- 5 files changed, 11 insertions(+), 25 deletions(-) diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index f4685088c..2493cac5f 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -1047,7 +1047,7 @@ li{ padding: 0 20px 20px 20px; border-radius: 10px; } -.nz-pop-select-panel { +.nz-pop-select-panel__dropdown { z-index: 1999 !important; } .nz-pop-select-area, .nz-pop-select-panel { diff --git a/nezha-fronted/src/components/common/alert/selectAlertSilence.vue b/nezha-fronted/src/components/common/alert/selectAlertSilence.vue index 2d1708b66..70ebae333 100644 --- a/nezha-fronted/src/components/common/alert/selectAlertSilence.vue +++ b/nezha-fronted/src/components/common/alert/selectAlertSilence.vue @@ -1,5 +1,5 @@