diff --git a/nezha-fronted/src/components/common/login.vue b/nezha-fronted/src/components/common/login.vue index 261637c24..9028d6d09 100644 --- a/nezha-fronted/src/components/common/login.vue +++ b/nezha-fronted/src/components/common/login.vue @@ -230,11 +230,13 @@ export default { } .login-foot-buildOn{ position: absolute; - bottom: 30px; + bottom: 20px; z-index: 100; left: calc(50% - 90px); a{ - color: white; + font-size: 14px; + color: #eee; + text-shadow: 1px 1px 3px #333; text-decoration: none; } } 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 @@ - + diff --git a/nezha-fronted/src/components/page/dashboard/chartBox.vue b/nezha-fronted/src/components/page/dashboard/chartBox.vue index 215994ecd..e5bab3c43 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;