From 91adb083fa05fefd30720feabc47ce9a42a34256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8A=B2=E6=9D=BE?= Date: Wed, 16 Dec 2020 16:27:06 +0800 Subject: [PATCH 1/3] =?UTF-8?q?perf:=20=E8=B0=83=E6=95=B4trafficSetting?= =?UTF-8?q?=E7=AD=89=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/pickTime.vue | 3 +++ .../trafficSetting/trafficSettingTab.vue | 25 +++++++++++++------ 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/nezha-fronted/src/components/common/pickTime.vue b/nezha-fronted/src/components/common/pickTime.vue index 3e9531401..e39ee95dc 100644 --- a/nezha-fronted/src/components/common/pickTime.vue +++ b/nezha-fronted/src/components/common/pickTime.vue @@ -157,4 +157,7 @@ .interval-refresh-popover{ min-width: unset !important; } + .sub-top-tools .interval-refresh { + margin-top: -1px; + } diff --git a/nezha-fronted/src/components/common/rightBox/trafficSetting/trafficSettingTab.vue b/nezha-fronted/src/components/common/rightBox/trafficSetting/trafficSettingTab.vue index da7b70dc5..e2ad70532 100644 --- a/nezha-fronted/src/components/common/rightBox/trafficSetting/trafficSettingTab.vue +++ b/nezha-fronted/src/components/common/rightBox/trafficSetting/trafficSettingTab.vue @@ -16,8 +16,8 @@ :highlight-first-item="true" @input="hostInputChange" @blur="validateHostEmpty" - > - + > diff --git a/nezha-fronted/src/components/page/config/model.vue b/nezha-fronted/src/components/page/config/model.vue index 0bfc474f1..74c886489 100644 --- a/nezha-fronted/src/components/page/config/model.vue +++ b/nezha-fronted/src/components/page/config/model.vue @@ -15,7 +15,7 @@ - + From f3e53608a4ad205e8dfe8bd3218aef99703d3f4b Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Wed, 16 Dec 2020 17:35:36 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4chartBox=20=E9=AB=98?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/dashboard/chartBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/page/dashboard/chartBox.vue b/nezha-fronted/src/components/page/dashboard/chartBox.vue index c8f6c0b96..5ef62ed96 100644 --- a/nezha-fronted/src/components/page/dashboard/chartBox.vue +++ b/nezha-fronted/src/components/page/dashboard/chartBox.vue @@ -64,7 +64,7 @@ height: 100vh; top: 0; left: 0; - z-index: 410; + z-index: 2100; } /deep/ .el-color-picker{ position: absolute;